aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2016-02-20 10:53:15 +0800
committerMark Brown <[email protected]>2016-02-21 03:09:51 +0900
commit1b36e4a2ab0cfcc322153337d2615bc6fa922567 (patch)
treec170610292e8baaa9ada0d6ce59d9b81df8a90d9
parentee06b6f0675907191656b11a8405a03c6d599ea9 (diff)
ASoC: max9867: Make max9867_i2c_id NULL terminated
Signed-off-by: Axel Lin <[email protected]> Acked-by: anish kumar <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rwxr-xr-xsound/soc/codecs/max9867.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index 5a8481bf20c2..70b54069ad2a 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[] = {