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

Commit 40ae91a7 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (7200): Fix FM firmware loading



There's no need to load SCode table for FM.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 83db33a3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -754,6 +754,9 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
		goto check_device;
	}

	if (new_fw.type & FM)
		goto check_device;

	/* Load SCODE firmware, if exists */
	tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr);