Commit bf9d3237 authored by Mark Brown's avatar Mark Brown

ASoC: wm0010: Tweak diagnostic output

Make it scan better by writing ROM with capitals.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4f3c3c1b
...@@ -137,7 +137,7 @@ static const char *wm0010_state_to_str(enum wm0010_state state) ...@@ -137,7 +137,7 @@ static const char *wm0010_state_to_str(enum wm0010_state state)
const char *state_to_str[] = { const char *state_to_str[] = {
"Power off", "Power off",
"Out of reset", "Out of reset",
"Bootrom", "Boot ROM",
"Stage2", "Stage2",
"Firmware" "Firmware"
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment