diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-02-20 10:53:15 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-21 03:09:51 +0900 |
commit | 1b36e4a2ab0cfcc322153337d2615bc6fa922567 (patch) | |
tree | c170610292e8baaa9ada0d6ce59d9b81df8a90d9 /sound/soc/codecs/max9867.c | |
parent | ee06b6f0675907191656b11a8405a03c6d599ea9 (diff) |
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-x | sound/soc/codecs/max9867.c | 1 |
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[] = { |