diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-25 22:01:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-25 22:23:45 +0200 |
commit | bf9d323722845c8643287dca436e04e34cb21bb8 (patch) | |
tree | 97593ce15c75ca8575ed91c09f2394636c487f93 /sound/soc/codecs/wm0010.c | |
parent | ASoC: wm0010: Don't double free reset GPIO (diff) | |
download | linux-bf9d323722845c8643287dca436e04e34cb21bb8.tar.xz linux-bf9d323722845c8643287dca436e04e34cb21bb8.zip |
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.c | 2 |
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" }; |