commit | 6d28e98906aa9405895f92348543d08da1837ea5 | [log] [tgz] |
---|---|---|
author | Trent Piepho <[email protected]> | Wed Oct 10 05:37:42 2007 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Wed Oct 10 13:35:07 2007 -0300 |
tree | 3f92cb9777405d0576f36b86501820c191deab3d | |
parent | 805a43924158e4eb2bffc4cac0aedcfb42a89469 [diff] |
V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_entry A couple loops weren't changed because they expected the loop iterator to be left as NULL if the list was empty. Maybe the code should just check for that first, then loop? Adjust some of the loop logic to be simpler. Signed-off-by: Trent Piepho <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>