diff options
author | Colin Ian King <[email protected]> | 2016-08-26 19:17:25 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2016-09-01 21:02:19 +0100 |
commit | 3fb7b4e488c30f0e2fce3f41bdcd19a18975090f (patch) | |
tree | 9c66e521ca5cfcfefadaabf0560b333edad832fa | |
parent | 9731f82d60166a19af6914f998092bbd1560f783 (diff) |
ASoC: hdac_hdmi: fix spelling mistake "montior" -> "monitor"
Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/hdac_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c index 4e181b270d95..c602c4960924 100644 --- a/sound/soc/codecs/hdac_hdmi.c +++ b/sound/soc/codecs/hdac_hdmi.c @@ -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; |