From: Mark Brown Date: Sat, 25 Aug 2012 20:01:15 +0000 (-0700) Subject: ASoC: wm0010: Tweak diagnostic output X-Git-Tag: v3.7-rc2~30^2~1^2~150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf9d323722845c8643287dca436e04e34cb21bb8;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ASoC: wm0010: Tweak diagnostic output Make it scan better by writing ROM with capitals. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c index 6c4a2fa..30ec0bd 100644 --- a/sound/soc/codecs/wm0010.c +++ b/sound/soc/codecs/wm0010.c @@ -137,7 +137,7 @@ static const char *wm0010_state_to_str(enum wm0010_state state) const char *state_to_str[] = { "Power off", "Out of reset", - "Bootrom", + "Boot ROM", "Stage2", "Firmware" };