Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0c4be8c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (10154): saa7134: fix a merge conflict on Behold H6 board

parent 47aeba5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1366,11 +1366,11 @@ static int dvb_init(struct saa7134_dev *dev)
			goto dettach_frontend;
		break;
	case SAA7134_BOARD_BEHOLD_H6:
		dev->dvb.frontend = dvb_attach(zl10353_attach,
		fe0->dvb.frontend = dvb_attach(zl10353_attach,
						&behold_h6_config,
						&dev->i2c_adap);
		if (dev->dvb.frontend) {
			dvb_attach(simple_tuner_attach, dev->dvb.frontend,
		if (fe0->dvb.frontend) {
			dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
				   &dev->i2c_adap, 0x61,
				   TUNER_PHILIPS_FMD1216ME_MK3);
		}