ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / rt1015.c
index 1250cfaf2adcb3323030695736751912efc64f72..0f806dde9c39c49103f1625e39ae8c2b9ef04053 100644 (file)
@@ -1097,7 +1097,7 @@ static const struct regmap_config rt1015_regmap = {
 };
 
 static const struct i2c_device_id rt1015_i2c_id[] = {
-       { "rt1015", 0 },
+       { "rt1015" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1015_i2c_id);