commit | c1fa347f20f17f14a4a1575727fa24340e8a9117 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Tue Jan 19 14:21:45 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 20 16:21:22 2010 -0800 |
tree | 520a4cc063e0f64030ddae6744970c7fcb0785db | |
parent | b4ced2b768ab6c580148d1163c82a655fe147edc [diff] |
e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() 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>