ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / rt298.c
index 03d9839a5de39fb6dbc0e66dd1563129e9140f02..13aef6c5e91c45fce34ed7a17faa8ccd046e3a11 100644 (file)
@@ -1137,7 +1137,7 @@ static const struct regmap_config rt298_regmap = {
 };
 
 static const struct i2c_device_id rt298_i2c_id[] = {
-       {"rt298", 0},
+       {"rt298"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt298_i2c_id);