git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ced2b
)
e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()
author
Roel Kluin
<roel.kluin@gmail.com>
Tue, 19 Jan 2010 14:21:45 +0000
(14:21 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 21 Jan 2010 00:21:22 +0000
(16:21 -0800)
The variable count and i are unsigned so the (<|>=)0 tests do not work.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found