ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / tscs454.c
index 744aef32a21f482a06b133f40a8874625a07f9ad..850e5de9271ed64faff44f9872c0b43bc4a829d1 100644 (file)
@@ -3457,7 +3457,7 @@ static int tscs454_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id tscs454_i2c_id[] = {
-       { "tscs454", 0 },
+       { "tscs454" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tscs454_i2c_id);