All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Get correct revision id for wm2200
@ 2012-02-16  2:05 Axel Lin
  2012-02-16  2:19 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-02-16  2:05 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, Liam Girdwood

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/wm2200.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c
index a9388df..acbdc5f 100644
--- a/sound/soc/codecs/wm2200.c
+++ b/sound/soc/codecs/wm2200.c
@@ -2084,7 +2084,7 @@ static __devinit int wm2200_i2c_probe(struct i2c_client *i2c,
 		goto err_reset;
 	}
 
-	wm2200->rev = ret & WM2200_DEVICE_REVISION_MASK;
+	wm2200->rev = reg & WM2200_DEVICE_REVISION_MASK;
 
 	dev_info(&i2c->dev, "revision %c\n", wm2200->rev + 'A');
 
-- 
1.7.5.4

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

end of thread, other threads:[~2012-02-16  2:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  2:05 [PATCH] ASoC: Get correct revision id for wm2200 Axel Lin
2012-02-16  2:19 ` 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.