]> git.ipfire.org Git - thirdparty/linux.git/commit
Input: Drop unused assignments from pnp_device_id arrays
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Tue, 9 Jun 2026 14:53:25 +0000 (16:53 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 10 Jun 2026 16:56:01 +0000 (09:56 -0700)
commit76a5a0042df2a3da353beda6dc505e28506cbe3b
tree695366d89c88e0c52d0bae9098a5608c41c49e63
parentead562291438b5657d7e4d5e8d6d54611b132370
Input: Drop unused assignments from pnp_device_id arrays

Explicitly assigning .driver_data in drivers that don't use this member
is silly and a bit irritating. Drop these. Also simplify the list
terminator entry to be just empty to match what most other device_id
tables do.

There is no changed semantic, not even a change in the compiled result.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/f987c14dea1d3236d3889e5cf96c01eef6a2445d.1781016727.git.u.kleine-koenig@baylibre.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/gameport/ns558.c
drivers/input/serio/i8042-acpipnpio.h