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

without it, the loop will run forever!

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab
2012-01-05 11:24:41 -02:00
parent eeecd0caaf
commit 6c4b78cbe6

View File

@@ -1481,6 +1481,7 @@ static int set_delivery_system(struct dvb_frontend *fe, u32 desired_system)
__func__, desired_system); __func__, desired_system);
return 0; return 0;
} }
ncaps++;
} }
type = dvbv3_type(desired_system); type = dvbv3_type(desired_system);