Input: twl4030-pwrbutton - fix a leak of the IRQ during init failure
authorAxel Lin <axel.lin@gmail.com>
Thu, 28 Apr 2011 04:41:19 +0000 (21:41 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 28 Apr 2011 06:11:33 +0000 (23:11 -0700)
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 <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found