ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / rt5645.c
index d0d24a53df7462cfe88d5d2457078fc1f144f22b..05f574bf8b8fbef7c40a1fdf54ba41a53a1a0015 100644 (file)
@@ -3630,8 +3630,8 @@ static const struct regmap_config temp_regmap = {
 };
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
-       { "rt5645", 0 },
-       { "rt5650", 0 },
+       { "rt5645" },
+       { "rt5650" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);