From: Julia Lawall Date: Thu, 15 Mar 2012 06:14:43 +0000 (+0900) Subject: arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and free_irq... X-Git-Tag: v3.4-rc1~27^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691c01c3f0b3252308162de90edcd02f7ca1733c;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed