]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: mark shifted values as unsigned
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 13 Apr 2016 23:08:33 +0000 (16:08 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 13 May 2016 22:19:05 +0000 (15:19 -0700)
commit4db46ac3bf7cf96ee747434b9409f837625394bd
tree19e8167d998993e1e286c3f2a627c55a00da0831
parent599f14362ef2699c4945e52d22b8415f947d8acf
e1000e: mark shifted values as unsigned

The E1000_ICH_NVM_SIG_MASK value is shifted, out to the 31st bit, which
is the signed bit for signed constants. Mark these values as unsigned to
prevent compiler warnings and issues on platforms which a different
signed bit implementation.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/ich8lan.h