ASoC: wm0010: Tweak diagnostic output
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 25 Aug 2012 20:01:15 +0000 (13:01 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 25 Aug 2012 20:23:45 +0000 (13:23 -0700)
Make it scan better by writing ROM with capitals.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm0010.c

index 6c4a2fa..30ec0bd 100644 (file)
@@ -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"
        };