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

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

V4L/DVB (8005): Fix OOPS if frontend is null



Thanks to timf <timf@iinet.net.au> and Mike Galbraith <efault@gmx.de> to report
this issue.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent fde60748
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1338,6 +1338,7 @@ static int dvb_init(struct saa7134_dev *dev)
	return ret;

dettach_frontend:
	if (dev->dvb.frontend)
		dvb_frontend_detach(dev->dvb.frontend);
	dev->dvb.frontend = NULL;