Commit 1b36e4a2 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: max9867: Make max9867_i2c_id NULL terminated

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avataranish kumar <yesanishhere@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ee06b6f0
......@@ -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[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment