summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorColin Ian King2016-11-12 18:26:48 +0100
committerMauro Carvalho Chehab2016-11-22 08:41:56 +0100
commit4c0c596adfca795af12e8e61625fd95b50e8f8f3 (patch)
tree390c50ef33c03132f459d4c6d06a7d60a6cd0d1a /drivers/media/pci
parent[media] vivid: fix HDMI VSDB block in the EDID (diff)
downloadkernel-qcow2-linux-4c0c596adfca795af12e8e61625fd95b50e8f8f3.tar.gz
kernel-qcow2-linux-4c0c596adfca795af12e8e61625fd95b50e8f8f3.tar.xz
kernel-qcow2-linux-4c0c596adfca795af12e8e61625fd95b50e8f8f3.zip
[media] zoran: fix spelling mistake in dprintk message
Trivial fix to spelling mistake "unnsupported" to "unsupported" in debug message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/zoran/zoran_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/zoran/zoran_driver.c b/drivers/media/pci/zoran/zoran_driver.c
index d6b631add216..2170e174c335 100644
--- a/drivers/media/pci/zoran/zoran_driver.c
+++ b/drivers/media/pci/zoran/zoran_driver.c
@@ -1488,7 +1488,7 @@ zoran_set_input (struct zoran *zr,
if (input < 0 || input >= zr->card.inputs) {
dprintk(1,
KERN_ERR
- "%s: %s - unnsupported input %d\n",
+ "%s: %s - unsupported input %d\n",
ZR_DEVNAME(zr), __func__, input);
return -EINVAL;
}