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>
This commit is contained in:
Axel Lin 2016-02-20 10:53:15 +08:00 committed by Mark Brown
parent ee06b6f067
commit 1b36e4a2ab

View File

@ -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[] = {