From: Julia Lawall Date: Sun, 11 Mar 2012 19:36:21 +0000 (+0100) Subject: drivers/video/pvr2fb.c: ensure arguments to request_irq and free_irq are compatible X-Git-Tag: v3.4-rc1~125^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb0499b0e43e2ee71a92bec9331635dc1173a07;p=pandora-kernel.git drivers/video/pvr2fb.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: Florian Tobias Schandinat --- Reading git-diff-tree failed