mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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:
parent
ee06b6f067
commit
1b36e4a2ab
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user