Skip to content

Commit

Permalink
V4L/DVB (9009): Nova-se2 / Nova-s-plus Intersil6421 power fix to supp…
Browse files Browse the repository at this point in the history
…ort switches.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 1d78cac commit 83fe92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ static int dvb_register(struct cx8802_dev *dev)
&core->i2c_adap);
if (dev->dvb.frontend) {
if (!dvb_attach(isl6421_attach, dev->dvb.frontend,
&core->i2c_adap, 0x08, 0x00, 0x00))
&core->i2c_adap, 0x08, ISL6421_DCL, 0x00))
goto frontend_detach;
}
break;
Expand Down Expand Up @@ -950,7 +950,7 @@ static int dvb_register(struct cx8802_dev *dev)
}
break;
case CX88_BOARD_TEVII_S460:
dev->dvb.frontend = dvb_attach(cx24116_attach,
dev->dvb.frontend = dvb_attach(cx24116_attach,
&tevii_s460_config,
&core->i2c_adap);
if (dev->dvb.frontend != NULL) {
Expand Down

0 comments on commit 83fe92e

Please sign in to comment.