aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-06-24 13:14:53 -0400
committerMark Brown <broonie@kernel.org>2016-06-25 21:18:52 -0400
commit57072ae122178416f84304fa54c4d0204c6cec1a (patch)
tree7c08a52a3d1ec363116fabce263a46c3cfb5c8b3
parent3276d0aa0bf475cc6cfb505487b2a2f3f762aebb (diff)
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>
-rw-r--r--sound/soc/dwc/designware_i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index 591854e97190..dc97f4349e66 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream,
255 break; 255 break;
256 256
257 default: 257 default:
258 dev_err(dev->dev, "designware-i2s: unsuppted PCM fmt"); 258 dev_err(dev->dev, "designware-i2s: unsupported PCM fmt");
259 return -EINVAL; 259 return -EINVAL;
260 } 260 }
261 261