ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / sound / soc / codecs / max98371.c
index f0e49179c38f65b2a27fad3f65643035931fc6cb..852db211ba1e72335857af32f3ac7b0445b89acb 100644 (file)
@@ -400,7 +400,7 @@ static int max98371_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98371_i2c_id[] = {
-       { "max98371", 0 },
+       { "max98371" },
        { }
 };