summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
diff options
context:
space:
mode:
authorColin Ian King2016-11-14 23:46:43 +0100
committerRussell King2016-11-18 01:00:40 +0100
commit9b2502b6ebc632ff49743b3639ea12d4f08808a5 (patch)
tree8e405ef05ff7d4b918ecc3151d16074730d30085 /drivers/gpu/drm/i2c
parentdrm/i2c: tda998x: allow sharing of the CEC device accesses (diff)
downloadkernel-qcow2-linux-9b2502b6ebc632ff49743b3639ea12d4f08808a5.tar.gz
kernel-qcow2-linux-9b2502b6ebc632ff49743b3639ea12d4f08808a5.tar.xz
kernel-qcow2-linux-9b2502b6ebc632ff49743b3639ea12d4f08808a5.zip
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>
Diffstat (limited to 'drivers/gpu/drm/i2c')
-rw-r--r--drivers/gpu/drm/i2c/tda998x_drv.c2
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;
}