commit | 8d055cc0c8be92cd6a77193460117f0ab0a05286 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Apr 13 16:08:24 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Apr 25 04:41:56 2016 -0700 |
tree | 36ea2d437cd1d322f2bd8209974c54b6d6ef43d9 | |
parent | 3e973dc4b93da06e38b263c9bd7e239d8f3f251f [diff] |
ixgbevf: make use of BIT() macro to avoid shift of signed values Also cleanup a case where we're bit shifting a value into place, and use an unsigned constant. Make use of the unsigned postfix in places where BIT() macro is not appropriate. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>