All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
@ 2014-10-28  0:59 Axel Lin
  2014-10-28 10:48 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2014-10-28  0:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: Sean Cross, Liam Girdwood, alsa-devel@alsa-project.org

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(-)

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);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
  2014-10-28  0:59 [PATCH] ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id Axel Lin
@ 2014-10-28 10:48 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-10-28 10:48 UTC (permalink / raw)
  To: Axel Lin; +Cc: Sean Cross, Liam Girdwood, alsa-devel@alsa-project.org


[-- Attachment #1.1: Type: text/plain, Size: 154 bytes --]

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.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-28 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28  0:59 [PATCH] ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id Axel Lin
2014-10-28 10:48 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.