ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / rt1019.c
index ceb8baa6a20d78f1d57e693c1ff168504495c3a1..d989d06a261479d83ea94d37ff7c6f77243a35b1 100644 (file)
@@ -540,7 +540,7 @@ static const struct regmap_config rt1019_regmap = {
 };
 
 static const struct i2c_device_id rt1019_i2c_id[] = {
-       { "rt1019", 0 },
+       { "rt1019" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1019_i2c_id);