From: Mark Brown Date: Sat, 25 Aug 2012 20:01:15 +0000 (-0700) Subject: ASoC: wm0010: Tweak diagnostic output X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bf9d323722845c8643287dca436e04e34cb21bb8;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git ASoC: wm0010: Tweak diagnostic output Make it scan better by writing ROM with capitals. Signed-off-by: Mark Brown --- 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" };