projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1118aa
)
ASoC: Log wm_hubs DC servo operation code when reporting a timeout
author
Mark Brown
<
[email protected]
>
Thu, 17 Feb 2011 20:05:46 +0000
(12:05 -0800)
committer
Mark Brown
<
[email protected]
>
Fri, 18 Feb 2011 17:14:04 +0000
(09:14 -0800)
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/wm_hubs.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_hubs.c
b/sound/soc/codecs/wm_hubs.c
index 613df5db0b329d338f7f7eec6c16458ffbfe001b..a5c1556e32e65cf4efdd4aa8a15854b5ece25e88 100644
(file)
--- a/
sound/soc/codecs/wm_hubs.c
+++ b/
sound/soc/codecs/wm_hubs.c
@@
-82,7
+82,8
@@
static void wait_for_dc_servo(struct snd_soc_codec *codec, unsigned int op)
} while (reg & op && count < 400);
if (reg & op)
- dev_err(codec->dev, "Timed out waiting for DC Servo\n");
+ dev_err(codec->dev, "Timed out waiting for DC Servo %x\n",
+ op);
}
/*