projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114040
)
ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
author
Axel Lin
<axel.lin@ingics.com>
Tue, 28 Oct 2014 00:59:37 +0000
(08:59 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Oct 2014 10:48:03 +0000
(10:48 +0000)
The convention for i2c_device_id name does not need to have company prefix.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328-i2c.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/es8328-i2c.c
b/sound/soc/codecs/es8328-i2c.c
index aae410d122ee1f8f7cb99fbd416fd02c0f17fdfd..2d05b5d3a6ce7fdc3531f5c322853dbb1a0ca63e 100644
(file)
--- a/
sound/soc/codecs/es8328-i2c.c
+++ b/
sound/soc/codecs/es8328-i2c.c
@@
-19,7
+19,7
@@
#include "es8328.h"
static const struct i2c_device_id es8328_id[] = {
- { "e
verest,e
s8328", 0 },
+ { "es8328", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, es8328_id);