diff mbox

ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id

Message ID 1414457977.5091.2.camel@phoenix (mailing list archive)
State Accepted
Commit b2a9a3b818db727479cc2b9c2924e4ab9a4bbb07
Headers show

Commit Message

Axel Lin Oct. 28, 2014, 12:59 a.m. UTC
The convention for i2c_device_id name does not need to have company prefix.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/es8328-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Oct. 28, 2014, 10:48 a.m. UTC | #1
On Tue, Oct 28, 2014 at 08:59:37AM +0800, Axel Lin wrote:
> The convention for i2c_device_id name does not need to have company prefix.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/es8328-i2c.c b/sound/soc/codecs/es8328-i2c.c
index aae410d..2d05b5d 100644
--- 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[] = {
-	{ "everest,es8328", 0 },
+	{ "es8328", 0 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, es8328_id);