ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / da7213.c
index 369c620787800749c7599339ac4385c2d60a291a..a2b328f3b39fa2a4e510930a7f488bd386dbb835 100644 (file)
@@ -2238,7 +2238,7 @@ static const struct dev_pm_ops da7213_pm = {
 };
 
 static const struct i2c_device_id da7213_i2c_id[] = {
-       { "da7213", 0 },
+       { "da7213" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, da7213_i2c_id);