drm/i2c: tda998x: fix spelling mistake

Trivial fix to spelling mistake "configutation" to "configuration"
in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
This commit is contained in:
Colin Ian King 2016-11-14 22:46:43 +00:00 committed by Russell King
parent 14e5b5889d
commit 9b2502b6eb
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ static int tda998x_audio_hw_params(struct device *dev, void *data,
}
if (audio.config == 0) {
dev_err(dev, "%s: No audio configutation found\n", __func__);
dev_err(dev, "%s: No audio configuration found\n", __func__);
return -EINVAL;
}