Browse Source

ASoC: wm0010: Tweak diagnostic output

Make it scan better by writing ROM with capitals.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 years ago
parent
commit
bf9d323722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/wm0010.c

+ 1 - 1
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"
 	};