linux/arch/sh/drivers/dma
Julia Lawall 691c01c3f0 arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and free_irq are compatible
Convert calls to free_irq so that the second argument is the same as the
last argument of the corresponding call to request_irq.  Without this
property, free_irq does nothing.

In the case of dmabrg.c the change is merely cosmetic - changing 0 to NULL.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2012-03-15 15:14:43 +09:00
..
Kconfig Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus 2009-09-23 18:31:11 +10:00
Makefile dmaengine: sh: Add Support SuperH DMA Engine driver 2009-09-08 17:56:02 -07:00
dma-api.c sh: dma: check return value of create_proc_read_entry() 2010-08-04 16:10:28 +09:00
dma-g2.c arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and free_irq are compatible 2012-03-15 15:14:43 +09:00
dma-pvr2.c SH: irq: Remove IRQF_DISABLED 2011-10-28 14:39:28 +09:00
dma-sh.c SH: irq: Remove IRQF_DISABLED 2011-10-28 14:39:28 +09:00
dma-sysfs.c sh: dma - convert sysdev_class to a regular subsystem 2011-12-21 15:09:52 -08:00
dmabrg.c arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and free_irq are compatible 2012-03-15 15:14:43 +09:00