Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181579
b: refs/heads/master
c: d5abcc7
h: refs/heads/master
i:
  181577: 3ac67ab
  181575: b045727
v: v3
  • Loading branch information
Márton Németh authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent b0d81f6 commit dc37f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 6e3924aa8dad3ac7d5cbfb4e27b6cdd2dc7b7e68
refs/heads/master: d5abcc784ff337fbe9c6bc03235baecfd25191e5
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/cx231xx/cx231xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ static int dvb_init(struct cx231xx *dev)
/* define general-purpose callback pointer */
dvb->frontend->callback = cx231xx_tuner_callback;

if (dvb_attach(xc5000_attach, dev->dvb->frontend,
if (!dvb_attach(xc5000_attach, dev->dvb->frontend,
&dev->i2c_bus[1].i2c_adap,
&cnxt_rde250_tunerconfig) < 0) {
&cnxt_rde250_tunerconfig)) {
result = -EINVAL;
goto out_free;
}
Expand All @@ -486,9 +486,9 @@ static int dvb_init(struct cx231xx *dev)
/* define general-purpose callback pointer */
dvb->frontend->callback = cx231xx_tuner_callback;

if (dvb_attach(xc5000_attach, dev->dvb->frontend,
if (!dvb_attach(xc5000_attach, dev->dvb->frontend,
&dev->i2c_bus[1].i2c_adap,
&cnxt_rde250_tunerconfig) < 0) {
&cnxt_rde250_tunerconfig)) {
result = -EINVAL;
goto out_free;
}
Expand Down

0 comments on commit dc37f05

Please sign in to comment.