]> Git Repo - J-linux.git/commitdiff
hwmon: (pmbus/ltc4286) Drop unused i2c device ids
authorUwe Kleine-König <[email protected]>
Wed, 10 Jul 2024 08:35:45 +0000 (10:35 +0200)
committerGuenter Roeck <[email protected]>
Wed, 10 Jul 2024 14:11:34 +0000 (07:11 -0700)
The driver doesn't make use of the different numbers assigned to the
different devices. So drop them.

Signed-off-by: Uwe Kleine-König <[email protected]>
Link: https://lore.kernel.org/r/9a48ba0368e0c8cddc94c5e4cf3edd7eadc03a2d.1720600141.git.u.kleine-koenig@baylibre.com
Signed-off-by: Guenter Roeck <[email protected]>
drivers/hwmon/pmbus/ltc4286.c

index 9e7ceeb7e7890dbb5937a4ec2d11732b2f5a3713..aabd0bcdfeee39f740e5d54740dfaef840f1c4f2 100644 (file)
@@ -58,8 +58,8 @@ static struct pmbus_driver_info ltc4286_info = {
 };
 
 static const struct i2c_device_id ltc4286_id[] = {
-       { "ltc4286", },
-       { "ltc4287", },
+       { "ltc4286", },
+       { "ltc4287", },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, ltc4286_id);
This page took 0.051719 seconds and 4 git commands to generate.