]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f5f2f34789ba35410526075837fd777484a6310
treeb2b1dcd47197c19cd19e8d718711d4cb02e2a4a5
parent5e0723958589cb39019db26d67e93d2094e9cf6f
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