From: Axel Lin Date: Sun, 3 Apr 2011 04:20:24 +0000 (-0700) Subject: Input: rpckbd - fix a leak of the IRQ during init failure X-Git-Tag: v2.6.39-rc2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28e1d93e9591d21e440f5210a9b4317c59445df;p=pandora-kernel.git Input: rpckbd - fix a leak of the IRQ during init failure In rpckbd_open prror path, 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