From: Axel Lin Date: Thu, 28 Apr 2011 04:41:19 +0000 (-0700) Subject: Input: twl4030-pwrbutton - fix a leak of the IRQ during init failure X-Git-Tag: v3.0-rc1~314^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9db64888ecabfb170081335f30e3d7192fbcf4;p=pandora-kernel.git Input: twl4030-pwrbutton - fix a leak of the IRQ during init failure In twl4030_pwrbutton_probe error 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