From: Axel Lin Date: Sat, 20 Feb 2016 02:53:15 +0000 (+0800) Subject: ASoC: max9867: Make max9867_i2c_id NULL terminated X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b36e4a2ab0cfcc322153337d2615bc6fa922567;p=linux.git ASoC: max9867: Make max9867_i2c_id NULL terminated Signed-off-by: Axel Lin Acked-by: anish kumar Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c index 5a8481bf20c23..70b54069ad2af 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[] = {