summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/max20751.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pmbus/max20751.c')
-rw-r--r--drivers/hwmon/pmbus/max20751.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/max20751.c b/drivers/hwmon/pmbus/max20751.c
index 6ebd71cd081b..8f23c1eb559e 100644
--- a/drivers/hwmon/pmbus/max20751.c
+++ b/drivers/hwmon/pmbus/max20751.c
@@ -32,7 +32,7 @@ static int max20751_probe(struct i2c_client *client)
}
static const struct i2c_device_id max20751_id[] = {
- {"max20751", 0},
+ {"max20751"},
{}
};