projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14811ac
)
V4L/DVB (9889): CX24113: Fixed more typos
author
Patrick Boettcher
<pb@linuxtv.org>
Sun, 14 Dec 2008 14:56:28 +0000
(11:56 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 30 Dec 2008 11:39:06 +0000
(09:39 -0200)
Uwe Bugla pointed out that there are some more typos in some print-statements. Fixed.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/cx24113.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/cx24113.c
b/drivers/media/dvb/frontends/cx24113.c
index e130b228ebd117acdaf2de3b2fdf7594174a2f09..93f35941a620a0c3a3e43c779da981ba44fd81e3 100644
(file)
--- a/
drivers/media/dvb/frontends/cx24113.c
+++ b/
drivers/media/dvb/frontends/cx24113.c
@@
-575,14
+575,14
@@
struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe,
rc = cx24113_readreg(state, 0x00);
if (rc < 0) {
- info("
cx
24113 not found.\n");
+ info("
CX
24113 not found.\n");
goto error;
}
state->rev = rc;
switch (rc) {
case 0x43:
- info("detected C
x
24113 variant\n");
+ info("detected C
X
24113 variant\n");
break;
case REV_CX24113:
info("sucessfully detected\n");