From: Greg Rose Date: Wed, 24 Mar 2010 09:35:42 +0000 (+0000) Subject: ixgbevf: Fix signed/unsigned int error X-Git-Tag: v2.6.34-rc3~9^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65deeed7b34bc5b8d3cbff495e8fa2ae7b563480;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed