]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: don't do arithmetic operations on bitmasks
authorEmil Tantilov <emil.s.tantilov@intel.com>
Tue, 5 Feb 2013 09:43:26 +0000 (09:43 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 18 Apr 2013 04:24:59 +0000 (21:24 -0700)
commitd01115752f5e37b2c79280d60c0e8e19267a0cc9
tree8a53f798b5395b17760b02d8617f3cd0b31e8346
parent20967f42025f50e8497e6d71259ac5fb56655736
ixgbe: don't do arithmetic operations on bitmasks

Make the calculation of eerd consistent between the read and write functions
by using | instead of + for IXGBE_EEPROM_RW_REG_START

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c