Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271836
b: refs/heads/master
c: ee03a67
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent 53b76f4 commit 5c22bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d12f51aa7bd43667078d021ba89e6ed8bfe42432
refs/heads/master: ee03a6795e6a303e498e1c87e1e5d3702258e329
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/dvb-usb/opera1.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ static struct stv0299_config opera1_stv0299_config = {

static int opera1_frontend_attach(struct dvb_usb_adapter *d)
{
if ((d->fe_adap[0].fe =
dvb_attach(stv0299_attach, &opera1_stv0299_config,
&d->dev->i2c_adap)) != NULL) {
d->fe_adap[0].fe = dvb_attach(stv0299_attach, &opera1_stv0299_config,
&d->dev->i2c_adap);
if ((d->fe_adap[0].fe) != NULL) {
d->fe_adap[0].fe->ops.set_voltage = opera1_set_voltage;
return 0;
}
Expand Down

0 comments on commit 5c22bec

Please sign in to comment.