summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max9867.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-02-20 05:53:15 +0300
committerMark Brown <broonie@kernel.org>2016-02-20 21:09:51 +0300
commit1b36e4a2ab0cfcc322153337d2615bc6fa922567 (patch)
treec170610292e8baaa9ada0d6ce59d9b81df8a90d9 /sound/soc/codecs/max9867.c
parentee06b6f0675907191656b11a8405a03c6d599ea9 (diff)
downloadlinux-1b36e4a2ab0cfcc322153337d2615bc6fa922567.tar.xz
ASoC: max9867: Make max9867_i2c_id NULL terminated
Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: anish kumar <yesanishhere@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max9867.c')
-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[] = {