linux/drivers/net/ixgbevf
Greg Rose 65deeed7b3 ixgbevf: Fix signed/unsigned int error
In the Tx mapping function if a DMA error occurred then the unwind of
previously mapped sections would improperly check an unsigned int if
it was less than zero.  Changed the index variable to signed to avoid
the error.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-26 11:56:00 -07:00
..
Makefile ixgbevf: Driver Makefile 2010-01-10 13:34:23 -08:00
defines.h
ethtool.c ixgbevf: Fix VF Stats accounting after reset 2010-03-19 21:00:44 -07:00
ixgbevf.h ixgbevf: Driver main and ethool interface module and main header 2010-01-10 13:34:22 -08:00
ixgbevf_main.c ixgbevf: Fix signed/unsigned int error 2010-03-26 11:56:00 -07:00
mbx.c ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
mbx.h ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
regs.h
vf.c
vf.h ixgbevf: Fix VF Stats accounting after reset 2010-03-19 21:00:44 -07:00