commit | 5c9db64888ecabfb170081335f30e3d7192fbcf4 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Wed Apr 27 21:41:19 2011 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Apr 27 23:11:33 2011 -0700 |
tree | 6fa985a63548bae965d89c70c964095ea07f359f | |
parent | 60c8ba6478bb483ecd6069f566d02e33d319e72e [diff] |
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 <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>