ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[sfrench/cifs-2.6.git] / sound / soc / codecs / sgtl5000.c
index 2f468f41b94dbda4ee3ddb5b0b3e890e3bc780f9..7aa89e34657eafd719127e601752b5c9e5228322 100644 (file)
@@ -1809,7 +1809,7 @@ static void sgtl5000_i2c_shutdown(struct i2c_client *client)
 }
 
 static const struct i2c_device_id sgtl5000_id[] = {
-       {"sgtl5000", 0},
+       {"sgtl5000"},
        {},
 };