drivers/net: fix comparisons of unsigned < 0
authorBill Nottingham <notting@redhat.com>
Wed, 30 May 2007 07:59:02 +0000 (03:59 -0400)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 02:16:39 +0000 (22:16 -0400)
Recent gcc versions emit warnings when unsigned variables are compared < 0 or >= 0.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found