]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: h3600_ts_input - fix a leak of the IRQ during init failure
authorAxel Lin <axel.lin@gmail.com>
Tue, 3 May 2011 15:56:56 +0000 (08:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 May 2011 16:02:13 +0000 (09:02 -0700)
commit4296f1ad5aa513500a87a4709579d31be8ba461f
tree4ef0d6f97dd04533f500339b1ac2a4cd17d492b9
parent12d0cef701775f7f52667c33e57a5fe61fa49bd5
Input: h3600_ts_input - fix a leak of the IRQ during init failure

Make sure we are passing the same cookie in all calls to request_irq() and
free_irq().

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/h3600_ts_input.c