]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (9889): CX24113: Fixed more typos
authorPatrick Boettcher <pb@linuxtv.org>
Sun, 14 Dec 2008 14:56:28 +0000 (11:56 -0300)
committerMauro 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

index e130b228ebd117acdaf2de3b2fdf7594174a2f09..93f35941a620a0c3a3e43c779da981ba44fd81e3 100644 (file)
@@ -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");