diff --git a/[refs] b/[refs] index 27580a9ffd94..3dfa6498427b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 14811ac911780f029113323a325b7b87f1042194 +refs/heads/master: 83c3a3c8b6a0e7a54ca9fa18b02c90e2d9a889f9 diff --git a/trunk/drivers/media/dvb/frontends/cx24113.c b/trunk/drivers/media/dvb/frontends/cx24113.c index e130b228ebd1..93f35941a620 100644 --- a/trunk/drivers/media/dvb/frontends/cx24113.c +++ b/trunk/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("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");