Commit 57072ae1 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported"

trivial fix to spelling mistake in dev_err message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3276d0aa
...@@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream, ...@@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream,
break; break;
default: default:
dev_err(dev->dev, "designware-i2s: unsuppted PCM fmt"); dev_err(dev->dev, "designware-i2s: unsupported PCM fmt");
return -EINVAL; return -EINVAL;
} }
......
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