commit | 0ed2dbf4f469e2e286d903ebc091edfd9be4d063 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Apr 13 16:08:31 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri May 13 15:12:03 2016 -0700 |
tree | 83d66d7ed1cc842f76f266ca8a4ac97b02e1f80b | |
parent | 12b28b41084aa61970fecb417c66c88dcce6afed [diff] |
igbvf: use BIT() macro instead of shifts To prevent signed bitshift issues, and improve code readability, use the BIT() macro. Also make use of GENMASK or the unsigned postfix where this is more appropriate than BIT() Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>