ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / tas2764.c
index a9838e0738cc1bc5606e77a6140db82ef6824867..1dc719d726ab5d371767df141414af69a29cf910 100644 (file)
@@ -738,7 +738,7 @@ static int tas2764_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tas2764_i2c_id[] = {
-       { "tas2764", 0},
+       { "tas2764"},
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas2764_i2c_id);