hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / hwmon / max6620.c
index 5d12fb9c97862256a129ef9f8358474893b2330b..13201fb755c98aec8748acba18f36c081e89ebf0 100644 (file)
@@ -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);