]> git.ipfire.org Git - thirdparty/linux.git/commit
fbdev: vga16fb: Drop unused assignment of platform_device_id driver data
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Wed, 17 Jun 2026 09:44:08 +0000 (11:44 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 23 Jun 2026 07:58:58 +0000 (09:58 +0200)
commitfc36dd30412a3b9df3b408e36e8e2cd24bd9e33c
treecd8f487483e2e8f2638bb9d78c46f3ba3a68ecdb
parent4708cac0e22cfd217f48f7cec3c35e5922efcccd
fbdev: vga16fb: Drop unused assignment of platform_device_id driver data

The driver explicitly sets the .driver_data member of struct
platform_device_id to zero without relying on that value. Drop these
unused assignments.

While touching this array unify spacing and usage of commas and use
named initializers for .name.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/vga16fb.c