ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / nau8824.c
index 704af1cf8cbf98c90f258c47496d8144f648bea1..f92b95b21cae4b44aa1d1602b5a3bf9cd38aa131 100644 (file)
@@ -2003,7 +2003,7 @@ static int nau8824_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id nau8824_i2c_ids[] = {
-       { "nau8824", 0 },
+       { "nau8824" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8824_i2c_ids);