aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx24113.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/cx24113.c')
-rw-r--r--drivers/media/dvb/frontends/cx24113.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/cx24113.c b/drivers/media/dvb/frontends/cx24113.c
index e130b228ebd1..93f35941a620 100644
--- 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,
575 575
576 rc = cx24113_readreg(state, 0x00); 576 rc = cx24113_readreg(state, 0x00);
577 if (rc < 0) { 577 if (rc < 0) {
578 info("cx24113 not found.\n"); 578 info("CX24113 not found.\n");
579 goto error; 579 goto error;
580 } 580 }
581 state->rev = rc; 581 state->rev = rc;
582 582
583 switch (rc) { 583 switch (rc) {
584 case 0x43: 584 case 0x43:
585 info("detected Cx24113 variant\n"); 585 info("detected CX24113 variant\n");
586 break; 586 break;
587 case REV_CX24113: 587 case REV_CX24113:
588 info("sucessfully detected\n"); 588 info("sucessfully detected\n");