commit | 310ea1236c2a8492d3c0f1453e5995e08b24c70e | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Tue Jun 14 14:26:28 2016 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jul 22 01:19:34 2016 -0700 |
tree | 8d4aa1d8f309930449d79ca7f2c243d23cf9f4fd | |
parent | 9f8fe731b8e810ef0324ebd8fc5973deecb6fb0b [diff] |
ixgbe: Change register variable to unsigned I noticed this variable used for register reads wasn't an unsigned so this patch corrects that. I don't believe this was causing any issue as is but this is more consistent with the rest of the driver. Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>