mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
pwm: pca9685: Drop unused assignment of acpi_device_id driver data
The driver explicitly set the .driver_data member of struct acpi_device_id to zero without relying on that value. Drop this unused assignment. This patch doesn't modify the compiled array, only its representation in source form benefits. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Link: https://patch.msgid.link/7e5fbc8c03527d50fd78b2b89ff22843ea1b84e6.1783263835.git.ukleinek@kernel.org Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
This commit is contained in:
parent
7945aa9848
commit
97ba86ba8d
|
|
@ -544,7 +544,7 @@ static const struct i2c_device_id pca9685_id[] = {
|
|||
MODULE_DEVICE_TABLE(i2c, pca9685_id);
|
||||
|
||||
static const struct acpi_device_id pca9685_acpi_ids[] = {
|
||||
{ "INT3492", 0 },
|
||||
{ "INT3492" },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, pca9685_acpi_ids);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user