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

Commit 0f6dac18 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (6954): There isn't a MTS radio firmware



Try to load non-MTS firmware instead.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e545d6e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -663,7 +663,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
			return rc;
	}

	if (priv->ctrl.mts)
	if (priv->ctrl.mts && !(type & FM))
		type |= MTS;

retry: