commit | 18dd23920703891c39c7965873f8ae369bd3a237 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Apr 13 16:08:32 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri May 13 15:15:36 2016 -0700 |
tree | 77ddae144327be435d00251c69be4a936e332094 | |
parent | 0ed2dbf4f469e2e286d903ebc091edfd9be4d063 [diff] |
e1000e: use BIT() macro for bit defines This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code. Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>