diff mbox

[2/3] ASoC: max9867: Make max9867_i2c_id NULL terminated

Message ID 1455936795.19371.1.camel@ingics.com (mailing list archive)
State Accepted
Commit 1b36e4a2ab0cfcc322153337d2615bc6fa922567
Headers show

Commit Message

Axel Lin Feb. 20, 2016, 2:53 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/max9867.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index 5a8481b..70b5406 100755
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -512,6 +512,7 @@  static int max9867_i2c_remove(struct i2c_client *client)
 
 static const struct i2c_device_id max9867_i2c_id[] = {
 	{ "max9867", 0 },
+	{ }
 };
 
 static const struct of_device_id max9867_of_match[] = {