summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/tps546d24.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pmbus/tps546d24.c')
-rw-r--r--drivers/hwmon/pmbus/tps546d24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/tps546d24.c b/drivers/hwmon/pmbus/tps546d24.c
index 69bbdb6c680b..520ca37269f7 100644
--- a/drivers/hwmon/pmbus/tps546d24.c
+++ b/drivers/hwmon/pmbus/tps546d24.c
@@ -42,7 +42,7 @@ static int tps546d24_probe(struct i2c_client *client)
}
static const struct i2c_device_id tps546d24_id[] = {
- {"tps546d24", 0},
+ {"tps546d24"},
{}
};
MODULE_DEVICE_TABLE(i2c, tps546d24_id);