From: Julia Lawall Date: Sun, 11 Mar 2012 11:49:02 +0000 (+0000) Subject: drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to request_irq... X-Git-Tag: v3.4-rc1~177^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a997cbb330689f476646330a9708725dd1523aba;p=pandora-kernel.git drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.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. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed