diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-08-26 20:17:25 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 22:02:19 +0200 |
commit | 3fb7b4e488c30f0e2fce3f41bdcd19a18975090f (patch) | |
tree | 9c66e521ca5cfcfefadaabf0560b333edad832fa | |
parent | ASoC: hdmi-codec: enable multi probe for same device (diff) | |
download | linux-3fb7b4e488c30f0e2fce3f41bdcd19a18975090f.tar.xz linux-3fb7b4e488c30f0e2fce3f41bdcd19a18975090f.zip |
ASoC: hdac_hdmi: fix spelling mistake "montior" -> "monitor"
Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-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; |