]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
via-velocity: fix hot spin
authorroel kluin <roel.kluin@gmail.com>
Sat, 17 Jan 2009 11:14:31 +0000 (11:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jan 2009 22:44:01 +0000 (14:44 -0800)
commit0d1cfd20cc5f785d5345d249d4b6a6f84b29e6a6
tree92d7729962d07e07bfcc84fcdfb5e63f412688aa
parente3fd553468738e0342cbd82a63ede00c983a0eb4
via-velocity: fix hot spin

while(--j >= 0) keeps spinning when j is unsigned:

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/via-velocity.c