android_kernel_xiaomi_sm8350/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
..
defines.h
ethtool.c ixgbevf: Fix VF Stats accounting after reset 2010-03-19 21:00:44 -07:00
ixgbevf_main.c ixgbevf: Fix signed/unsigned int error 2010-03-26 11:56:00 -07:00
ixgbevf.h
Makefile
mbx.c
mbx.h
regs.h
vf.c
vf.h ixgbevf: Fix VF Stats accounting after reset 2010-03-19 21:00:44 -07:00