]> git.ipfire.org Git - thirdparty/linux.git/commit
Input: iqs5xx - drop unused i2c driver_data
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Fri, 15 May 2026 16:51:34 +0000 (18:51 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 31 May 2026 05:11:56 +0000 (22:11 -0700)
commit332fbc03e1a8cb4c0ce6891cae2c286ddf031aca
tree073af3fa7f223a015b63b4092802af751ea8d348
parent47ceab218c827cd5861bd1615763433a870a2d45
Input: iqs5xx - drop unused i2c driver_data

The driver doesn't make use of the value that was explicitly assigned to
the .driver_data members. Drop the assignment. While touching the array,
convert it to use named initialization which is easier to understand.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20260515165135.498505-2-u.kleine-koenig@baylibre.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/iqs5xx.c