projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db9ee88
)
[media] zoran: fix spelling mistake in dprintk message
author
Colin Ian King
<
[email protected]
>
Sat, 12 Nov 2016 17:26:48 +0000
(15:26 -0200)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 22 Nov 2016 07:41:56 +0000
(
05:41
-0200)
Trivial fix to spelling mistake "unnsupported" to "unsupported"
in debug message.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/pci/zoran/zoran_driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/pci/zoran/zoran_driver.c
b/drivers/media/pci/zoran/zoran_driver.c
index d6b631add21693739bdf07124696f3fdc4f51150..2170e174c335f345d79e6837df86a88e2ff1145c 100644
(file)
--- 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 - un
n
supported input %d\n",
+ "%s: %s - unsupported input %d\n",
ZR_DEVNAME(zr), __func__, input);
return -EINVAL;
}