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

Commit 8367fe24 authored by Harvey Harrison's avatar Harvey Harrison Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7740): tuner-xc2028.c dubious !x & y

parent a45e0b45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ static int seek_firmware(struct dvb_frontend *fe, unsigned int type,

	type &= type_mask;

	if (!type & SCODE)
	if (!(type & SCODE))
		type_mask = ~0;

	/* Seek for exact match */