ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / cs4265.c
index 1ed1e60d8e536893621b079492c7c47a5a1d6e15..78ffb7fa7fc5f48ce0033687705919159ae65a9c 100644 (file)
@@ -638,7 +638,7 @@ static const struct of_device_id cs4265_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs4265_of_match);
 
 static const struct i2c_device_id cs4265_id[] = {
-       { "cs4265", 0 },
+       { "cs4265" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cs4265_id);