From: Axel Lin Date: Thu, 28 Apr 2011 04:39:57 +0000 (-0700) Subject: Input: omap-keypad - fix a wrong free_irq() parameter X-Git-Tag: v3.0-rc1~314^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c8ba6478bb483ecd6069f566d02e33d319e72e;p=pandora-kernel.git Input: omap-keypad - fix a wrong free_irq() parameter In current implementation, free_irq() was using NULL rather than the driver data as the data pointer so free_irq() wouldn't have matched. Signed-off-by: Axel Lin Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed