Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357233
b: refs/heads/master
c: 081416e
h: refs/heads/master
i:
  357231: 5b07e07
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent c8e4550 commit 894bfe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 955d00ac7a193e9c29a897cd5d731a84e3850217
refs/heads/master: 081416e62d516a6412225751c9c4a3807b2374b9
6 changes: 5 additions & 1 deletion trunk/drivers/media/dvb-frontends/m88rs2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,11 @@ static int m88rs2000_init(struct dvb_frontend *fe)

deb_info("m88rs2000: init chip\n");
/* Setup frontend from shutdown/cold */
ret = m88rs2000_tab_set(state, m88rs2000_setup);
if (state->config->inittab)
ret = m88rs2000_tab_set(state,
(struct inittab *)state->config->inittab);
else
ret = m88rs2000_tab_set(state, m88rs2000_setup);

return ret;
}
Expand Down

0 comments on commit 894bfe1

Please sign in to comment.