Skip to content

Commit

Permalink
V4L/DVB (9889): CX24113: Fixed more typos
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Patrick Boettcher authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 14811ac commit 83c3a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/dvb/frontends/cx24113.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,14 +575,14 @@ struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe,

rc = cx24113_readreg(state, 0x00);
if (rc < 0) {
info("cx24113 not found.\n");
info("CX24113 not found.\n");
goto error;
}
state->rev = rc;

switch (rc) {
case 0x43:
info("detected Cx24113 variant\n");
info("detected CX24113 variant\n");
break;
case REV_CX24113:
info("sucessfully detected\n");
Expand Down

0 comments on commit 83c3a3c

Please sign in to comment.