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

Commit 83fe92e7 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9009): Nova-se2 / Nova-s-plus Intersil6421 power fix to support switches.

parent 1d78cac4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -847,7 +847,7 @@ static int dvb_register(struct cx8802_dev *dev)
					       &core->i2c_adap);
					       &core->i2c_adap);
		if (dev->dvb.frontend) {
		if (dev->dvb.frontend) {
			if (!dvb_attach(isl6421_attach, 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;
				goto frontend_detach;
		}
		}
		break;
		break;