commit | a1e869de72a7a6d9e1007d0b459e79e91f0cf5b5 | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Fri Apr 10 10:36:36 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon May 04 02:31:13 2015 -0700 |
tree | 81bc66fcd99b7b3668dbeb22da80b46c148519a3 | |
parent | cb2effe54045b61d7cc6e8d3fa4ed49a6253b7fd [diff] |
ixgbe: Use a signed type to hold error codes Because error codes are negative, it only makes sense to consistently use signed types when handling them. Also remove some explicit comparisons with 0 on these variables. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>