Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330642
b: refs/heads/master
c: 232b696
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 4, 2012
1 parent 525e910 commit 3f1b8df
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a1da814642fcf7b5f0e28928d809c47d7c689585
refs/heads/master: 232b6968b1296ccd4086867c9890b6f55a65256e
7 changes: 4 additions & 3 deletions trunk/drivers/media/dvb/dvb-usb/ce6230.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int ce6230_zl10353_frontend_attach(struct dvb_usb_adapter *adap)
pr_debug("%s:\n", __func__);

adap->fe[0] = dvb_attach(zl10353_attach, &ce6230_zl10353_config,
&adap->dev->i2c_adap);
&adap_to_d(adap)->i2c_adap);
if (adap->fe[0] == NULL)
return -ENODEV;

Expand Down Expand Up @@ -209,7 +209,8 @@ static int ce6230_mxl5003s_tuner_attach(struct dvb_usb_adapter *adap)

pr_debug("%s:\n", __func__);

ret = dvb_attach(mxl5005s_attach, adap->fe[0], &adap->dev->i2c_adap,
ret = dvb_attach(mxl5005s_attach, adap->fe[0],
&adap_to_d(adap)->i2c_adap,
&ce6230_mxl5003s_config) == NULL ? -ENODEV : 0;
return ret;
}
Expand Down Expand Up @@ -251,7 +252,7 @@ static struct dvb_usb_device_properties ce6230_props = {
.endpoint = 0x82,
.u = {
.bulk = {
.buffersize = (16*512),
.buffersize = (16 * 512),
}
}
},
Expand Down

0 comments on commit 3f1b8df

Please sign in to comment.