diff options
author | Colin Ian King <[email protected]> | 2016-11-14 22:46:43 +0000 |
---|---|---|
committer | Russell King <[email protected]> | 2016-11-18 00:00:40 +0000 |
commit | 9b2502b6ebc632ff49743b3639ea12d4f08808a5 (patch) | |
tree | 8e405ef05ff7d4b918ecc3151d16074730d30085 | |
parent | 14e5b5889d75894b633a393aff49d6583bce3b0d (diff) |
drm/i2c: tda998x: fix spelling mistake
Trivial fix to spelling mistake "configutation" to "configuration"
in dev_err message
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Russell King <[email protected]>
-rw-r--r-- | drivers/gpu/drm/i2c/tda998x_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index da8430bfb96c..86f47e190309 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++ b/drivers/gpu/drm/i2c/tda998x_drv.c @@ -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; } |