Re: [RFC: 2.6 patch] drivers/net/tg3.c: remove dead code

From: David S. Miller
Date: Tue Mar 22 2005 - 17:21:21 EST


On Tue, 22 Mar 2005 23:02:43 +0100
Adrian Bunk <bunk@xxxxxxxxx> wrote:

> The Coverity checker discovered that i never gets any value different
> from 0 assigned.
>
> I do not claim that this patch is correct, but if it isn't correct the
> bug is that i never gets assigned any value.

Indeed, 'i' needs to be incremented at the end of the loop
basic block.

Good catch.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/