Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124400
b: refs/heads/master
c: 83c3a3c
h: refs/heads/master
v: v3
  • Loading branch information
Patrick Boettcher authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 6ee56ec commit 72f6969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14811ac911780f029113323a325b7b87f1042194
refs/heads/master: 83c3a3c8b6a0e7a54ca9fa18b02c90e2d9a889f9
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/cx24113.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 72f6969

Please sign in to comment.