Skip to content

Commit

Permalink
[media] dvb_frontend: regression fix: add a missing inc inside the loop
Browse files Browse the repository at this point in the history
without it, the loop will run forever!

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 5, 2012
1 parent eeecd0c commit 6c4b78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6c4b78c

Please sign in to comment.