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: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=e28e1d93e9591d21e440f5210a9b4317c59445df;hp=e28e1d93e9591d21e440f5210a9b4317c59445df 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 ---