Input: iqs5xx - use local input_dev pointer
authorJeff LaBundy <jeff@labundy.com>
Mon, 21 Mar 2022 04:54:32 +0000 (21:54 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 21 Mar 2022 04:59:40 +0000 (21:59 -0700)
commit07fc21b486081d8974239143089723f05e552157
tree068f62d72aedcd2faa4452f9e933cc94150486a3
parent8a3e634dc5a37aaa6d4876614716e84fb26dbbc0
Input: iqs5xx - use local input_dev pointer

Both iqs5xx_axis_init() and iqs5xx_irq() already define a local
input_dev pointer 'input'. Use this instead of iqs5xx->input so
as to make the code a bit smaller.

Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220320025707.404544-1-jeff@labundy.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/iqs5xx.c