From: Mark Brown Date: Thu, 17 Feb 2011 20:05:46 +0000 (-0800) Subject: ASoC: Log wm_hubs DC servo operation code when reporting a timeout X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a9f91ca7994bd6a7c696fd397716da3bb440921;p=linux-beck.git ASoC: Log wm_hubs DC servo operation code when reporting a timeout Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 613df5db0b32..a5c1556e32e6 100644 --- 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); } /*