Skip to content

Commit 04e3bb0

Browse files
ukleinekgroeck
authored andcommitted
hwmon: (pmbus/ltc4286) Drop unused i2c device ids
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]>
1 parent f4a1802 commit 04e3bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hwmon/pmbus/ltc4286.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ static struct pmbus_driver_info ltc4286_info = {
5858
};
5959

6060
static const struct i2c_device_id ltc4286_id[] = {
61-
{ "ltc4286", 0 },
62-
{ "ltc4287", 1 },
61+
{ "ltc4286", },
62+
{ "ltc4287", },
6363
{}
6464
};
6565
MODULE_DEVICE_TABLE(i2c, ltc4286_id);

0 commit comments

Comments
 (0)