ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / sound / soc / codecs / max9850.c
index 8b012a85360a69a97481022b53dfb075565cb338..c395132689b4ef2e0bca6d1e9a2f3da4990b8600 100644 (file)
@@ -320,7 +320,7 @@ static int max9850_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max9850_i2c_id[] = {
-       { "max9850", 0 },
+       { "max9850" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max9850_i2c_id);