Commit 3fb7b4e4 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

ASoC: hdac_hdmi: fix spelling mistake "montior" -> "monitor"

Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9731f82d
......@@ -614,7 +614,7 @@ static int hdac_hdmi_pcm_open(struct snd_pcm_substream *substream,
(!pin->eld.eld_valid)) {
dev_warn(&hdac->hdac.dev,
"Failed: montior present? %d ELD valid?: %d for pin: %d\n",
"Failed: monitor present? %d ELD valid?: %d for pin: %d\n",
pin->eld.monitor_present, pin->eld.eld_valid, pin->nid);
return 0;
......
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