ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / sound / soc / codecs / sta32x.c
index fcf0dbfbbbcaba646a61fc9499f80de6f84bef7a..bd8848ea1ec2f23afdc608141148161882086293 100644 (file)
@@ -1154,9 +1154,9 @@ static int sta32x_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id sta32x_i2c_id[] = {
-       { "sta326", 0 },
-       { "sta328", 0 },
-       { "sta329", 0 },
+       { "sta326" },
+       { "sta328" },
+       { "sta329" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, sta32x_i2c_id);