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

trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Colin Ian King 2016-06-24 18:14:53 +01:00 committed by Mark Brown
parent 3276d0aa0b
commit 57072ae122
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream,
break;
default:
dev_err(dev->dev, "designware-i2s: unsuppted PCM fmt");
dev_err(dev->dev, "designware-i2s: unsupported PCM fmt");
return -EINVAL;
}