aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 17:10:09 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-01-02 14:12:38 -0500
commitb0c4be8cffb3f466759ddf621a74a10093537521 (patch)
treeb657a2aea55ec51eade62c713ac4c5f361ce234f /drivers/media/video
parent47aeba5addd88b178438ba9000600b9844ca0ee1 (diff)
V4L/DVB (10154): saa7134: fix a merge conflict on Behold H6 board
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/saa7134/saa7134-dvb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
index a25a740b5586..0776ecf56d27 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -1366,11 +1366,11 @@ static int dvb_init(struct saa7134_dev *dev)
1366 goto dettach_frontend; 1366 goto dettach_frontend;
1367 break; 1367 break;
1368 case SAA7134_BOARD_BEHOLD_H6: 1368 case SAA7134_BOARD_BEHOLD_H6:
1369 dev->dvb.frontend = dvb_attach(zl10353_attach, 1369 fe0->dvb.frontend = dvb_attach(zl10353_attach,
1370 &behold_h6_config, 1370 &behold_h6_config,
1371 &dev->i2c_adap); 1371 &dev->i2c_adap);
1372 if (dev->dvb.frontend) { 1372 if (fe0->dvb.frontend) {
1373 dvb_attach(simple_tuner_attach, dev->dvb.frontend, 1373 dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1374 &dev->i2c_adap, 0x61, 1374 &dev->i2c_adap, 0x61,
1375 TUNER_PHILIPS_FMD1216ME_MK3); 1375 TUNER_PHILIPS_FMD1216ME_MK3);
1376 } 1376 }