hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / hwmon / pmbus / max31785.c
index 5d13bbfc8f476d055e13a549f0809a69a604e657..09218dba89658e0fc590239539f0f6da6f56329d 100644 (file)
@@ -518,9 +518,9 @@ static int max31785_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id max31785_id[] = {
-       { "max31785", 0 },
-       { "max31785a", 0 },
-       { "max31785b", 0 },
+       { "max31785" },
+       { "max31785a" },
+       { "max31785b" },
        { },
 };