]> git.baikalelectronics.ru Git - kernel.git/commit
Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 11 Mar 2012 23:06:03 +0000 (16:06 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 13 Mar 2012 05:17:56 +0000 (22:17 -0700)
commit0e8f51f76aab4eb969db8e7b4d96f4f85f08f2f6
tree7bcdacfb3909c0bd40c7f1b6111723aa5270cb14
parentdb1dc6391d3086c5124dd7e5ebc131ce825458d7
Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible

Change 0 to NULL in the last argument of request_irq, since the argument
should have pointer type and so that the last argument of request_irq
syntactically matches the second argument of the later call to free_irq.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/hp680_ts_input.c