Input: omap-keypad - fix a wrong free_irq() parameter
authorAxel Lin <axel.lin@gmail.com>
Thu, 28 Apr 2011 04:39:57 +0000 (21:39 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 28 Apr 2011 06:11:26 +0000 (23:11 -0700)
commit60c8ba6478bb483ecd6069f566d02e33d319e72e
treeb2b1dcd47197c19cd19e8d718711d4cb02e2a4a5
parent94bb530c247a29f75fc728e5f8374a83d59d7e45
Input: omap-keypad - fix a wrong free_irq() parameter

In current implementation, 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>
drivers/input/keyboard/omap-keypad.c