Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf9d3237 authored by Mark Brown's avatar Mark Brown
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"
	};
	};