summaryrefslogtreecommitdiffstats
path: root/drivers/dca
diff options
context:
space:
mode:
authorRoel Kluin2009-02-03 08:19:50 +0100
committerDavid S. Miller2009-02-03 08:19:50 +0100
commitff01b9163655ace76b29b7ff2f56b25c32f795da (patch)
treecde3ed89cb379d5e74216cff08077a38f2efd8af /drivers/dca
parentnet: variables reach -1, but 0 tested (diff)
downloadkernel-qcow2-linux-ff01b9163655ace76b29b7ff2f56b25c32f795da.tar.gz
kernel-qcow2-linux-ff01b9163655ace76b29b7ff2f56b25c32f795da.tar.xz
kernel-qcow2-linux-ff01b9163655ace76b29b7ff2f56b25c32f795da.zip
cassini/sungem: limit reaches -1, but 0 tested
while (limit--) if (test()) break; if (limit <= 0) goto test_failed; In the last iteration, limit is decremented after the test to 0. If just thereafter test() succeeds and a break occurs, the goto still occurs because limit is 0. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/dca')
0 files changed, 0 insertions, 0 deletions