diff options
Diffstat (limited to '')
-rw-r--r-- | drivers/hwmon/tc74.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/tc74.c b/drivers/hwmon/tc74.c index 03950670bd..9984373a25 100644 --- a/drivers/hwmon/tc74.c +++ b/drivers/hwmon/tc74.c @@ -151,7 +151,7 @@ static int tc74_probe(struct i2c_client *client) } static const struct i2c_device_id tc74_id[] = { - { "tc74", 0 }, + { "tc74" }, {} }; MODULE_DEVICE_TABLE(i2c, tc74_id); |