projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee06b6f
)
ASoC: max9867: Make max9867_i2c_id NULL terminated
author
Axel Lin
<axel.lin@ingics.com>
Sat, 20 Feb 2016 02:53:15 +0000
(10:53 +0800)
committer
Mark Brown
<broonie@kernel.org>
Sat, 20 Feb 2016 18:09:51 +0000
(
03:09
+0900)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: anish kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max9867.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max9867.c
b/sound/soc/codecs/max9867.c
index
5a8481b
..
70b5406
100755
(executable)
--- 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[] = {