OSDN Git Service

ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
authorAxel Lin <axel.lin@ingics.com>
Tue, 28 Oct 2014 00:59:37 +0000 (08:59 +0800)
committerMark 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

index aae410d..2d05b5d 100644 (file)
@@ -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);