ASoC: hisilicon: fix spelling mistake: "uknown" -> "unknown"

Trivial fix to spelling mistake in dev_err message text

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 2018-05-11 14:28:18 +01:00 committed by Mark Brown
parent 89027d9ebb
commit 2b8eae7955
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -498,7 +498,7 @@ static int hi6210_i2s_trigger(struct snd_pcm_substream *substream, int cmd,
hi6210_i2s_txctrl(cpu_dai, 0); hi6210_i2s_txctrl(cpu_dai, 0);
break; break;
default: default:
dev_err(cpu_dai->dev, "uknown cmd\n"); dev_err(cpu_dai->dev, "unknown cmd\n");
return -EINVAL; return -EINVAL;
} }
return 0; return 0;