Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83c3a3c8 authored by Patrick Boettcher's avatar Patrick Boettcher Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9889): CX24113: Fixed more typos



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

Signed-off-by: default avatarPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 14811ac9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");