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

Commit 6c4b78cb authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] dvb_frontend: regression fix: add a missing inc inside the loop



without it, the loop will run forever!

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent eeecd0ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1481,6 +1481,7 @@ static int set_delivery_system(struct dvb_frontend *fe, u32 desired_system)
					__func__, desired_system);
				return 0;
			}
			ncaps++;
		}
		type = dvbv3_type(desired_system);