summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm0010.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-25 13:01:15 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-25 13:23:45 -0700
commitbf9d323722845c8643287dca436e04e34cb21bb8 (patch)
tree97593ce15c75ca8575ed91c09f2394636c487f93 /sound/soc/codecs/wm0010.c
parent4f3c3c1b32bb8fddcd7f626c2fb09d55f469f976 (diff)
downloadlinux-bf9d323722845c8643287dca436e04e34cb21bb8.tar.bz2
ASoC: wm0010: Tweak diagnostic output
Make it scan better by writing ROM with capitals. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm0010.c')
-rw-r--r--sound/soc/codecs/wm0010.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c
index 6c4a2fa90fbe..30ec0bd85307 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"
};