Skip to content

Commit

Permalink
ASoC: wm0010: Tweak diagnostic output
Browse files Browse the repository at this point in the history
Make it scan better by writing ROM with capitals.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Aug 25, 2012
1 parent 4f3c3c1 commit bf9d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm0010.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
Expand Down

0 comments on commit bf9d323

Please sign in to comment.