The patch number 9889 was added via Patrick Boettcher <p...@linuxtv.org>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        v4l-dvb-maintai...@linuxtv.org

------

From: Patrick Boettcher  <p...@linuxtv.org>
CX24113: Fixed more typos


Uwe Bugla pointed out that there are some more typos in some print-statements. 
Fixed.

Priority: normal

Signed-off-by: Patrick Boettcher <p...@linuxtv.org>


---

 linux/drivers/media/dvb/frontends/cx24113.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r 54cb0bd44ae5 -r 93cdbc76d8dd linux/drivers/media/dvb/frontends/cx24113.c
--- a/linux/drivers/media/dvb/frontends/cx24113.c       Sun Dec 14 13:11:53 
2008 +0100
+++ b/linux/drivers/media/dvb/frontends/cx24113.c       Sun Dec 14 15:56:28 
2008 +0100
@@ -575,14 +575,14 @@ struct dvb_frontend *cx24113_attach(stru
 
        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");


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/93cdbc76d8ddb46892c63e359c3db91dde0aab54

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to