瀏覽代碼

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>
Colin Ian King 9 年之前
父節點
當前提交
57072ae122
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/dwc/designware_i2s.c

+ 1 - 1
sound/soc/dwc/designware_i2s.c

@@ -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;
 	}