ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / ak4118.c
index 74a10108c1d43aed60939adc26e33f72b8d18fe0..9a43235e6a11d09dbd60dffdad6bf29f404bd774 100644 (file)
@@ -396,7 +396,7 @@ MODULE_DEVICE_TABLE(of, ak4118_of_match);
 #endif
 
 static const struct i2c_device_id ak4118_id_table[] = {
-       { "ak4118", 0 },
+       { "ak4118" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, ak4118_id_table);