Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294841
b: refs/heads/master
c: 71d6763
h: refs/heads/master
i:
  294839: d919836
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 21, 2012
1 parent 674a7e0 commit 96741ed
Show file tree
Hide file tree
Showing 19 changed files with 700 additions and 249 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: 3e85fc1b9fc1c7e20b9a01f2314bb633bb10501a
refs/heads/master: 71d676345698b275955b2584803ae550972249e5
11 changes: 2 additions & 9 deletions trunk/drivers/media/dvb/dvb-usb/anysee.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,8 @@ static int anysee_frontend_attach(struct dvb_usb_adapter *adap)

/* attach demod */
adap->fe_adap[state->fe_id].fe = dvb_attach(cxd2820r_attach,
&anysee_cxd2820r_config, &adap->dev->i2c_adap);
&anysee_cxd2820r_config, &adap->dev->i2c_adap,
NULL);

state->has_ci = true;

Expand Down Expand Up @@ -1188,14 +1189,6 @@ static int anysee_ci_init(struct dvb_usb_device *d)
if (ret)
return ret;

ret = anysee_wr_reg_mask(d, REG_IOD, (0 << 2)|(0 << 1)|(0 << 0), 0x07);
if (ret)
return ret;

ret = anysee_wr_reg_mask(d, REG_IOD, (1 << 2)|(1 << 1)|(1 << 0), 0x07);
if (ret)
return ret;

ret = dvb_ca_en50221_init(&d->adapter[0].dvb_adap, &state->ci, 0, 1);
if (ret)
return ret;
Expand Down
Loading

0 comments on commit 96741ed

Please sign in to comment.