summaryrefslogtreecommitdiff
path: root/drivers/hwmon/max6620.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/max6620.c')
-rw-r--r--drivers/hwmon/max6620.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max6620.c b/drivers/hwmon/max6620.c
index 5d12fb9c9786..13201fb755c9 100644
--- a/drivers/hwmon/max6620.c
+++ b/drivers/hwmon/max6620.c
@@ -493,7 +493,7 @@ static int max6620_probe(struct i2c_client *client)
}
static const struct i2c_device_id max6620_id[] = {
- { "max6620", 0 },
+ { "max6620" },
{ }
};
MODULE_DEVICE_TABLE(i2c, max6620_id);