commit | a1b5a24fccc83430bb1fa6e0f9925fb8328abd34 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Wed Apr 13 03:08:29 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun May 01 17:05:06 2016 -0700 |
tree | 24fa45a50f578b41f9b4b12678abd5fe130aa8de | |
parent | cdc3d93257e162dd12906a6e0207436c2d5c6873 [diff] |
i40e: Use consistent type for vf_id The driver was all over the place using signed or unsigned types for vf_id, when it should always be signed. This fixes warnings of type unsafe comparisons from gcc with W=2. Change-Id: I2cb681f83d0f68ca124d2e4131e4ac0d9f8a6b22 Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>