ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / max98388.c
index 078adec29312d0cebe69f395d3302d7289b9edc8..b847d7c59ec012778e3d2f44526e96b5210ec494 100644 (file)
@@ -976,7 +976,7 @@ static int max98388_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98388_i2c_id[] = {
-       { "max98388", 0},
+       { "max98388"},
        { },
 };