From: Mike Frysinger Date: Wed, 4 Feb 2009 08:49:45 +0000 (+0800) Subject: Blackfin arch: cplb mananger: use a do...while loop rather than a for loop X-Git-Tag: v2.6.29-rc4~54^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04dfc4c0e6056350175edc36b900a69703e9467;p=pandora-kernel.git Blackfin arch: cplb mananger: use a do...while loop rather than a for loop use a do...while loop rather than a for loop to get slightly better optimization and to avoid gcc "may be used uninitialized" warnings ... we know that the [id]cplb_nr_bounds variables will never be 0, so this is OK Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- Reading git-diff-tree failed