Skip to content
Commit b51425be authored by Julia Lawall's avatar Julia Lawall Committed by Dmitry Torokhov
Browse files

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: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 05b7b842
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment