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>
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");