commit | 1fa89a4b3b0b646ee9cb04eb890a3398eae0dc85 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <shannon.nelson@intel.com> | Thu Jul 23 16:54:30 2015 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Sep 30 05:14:12 2015 -0700 |
tree | e70678f8031f6d17cfd38dc22662946bef56dd49 | |
parent | 4c4935a964e29da61390122f0a5c9f36e8ae081d [diff] |
i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversion The error code sent into i40e_aq_rc_to_posix() are signed values, so we really need to treat them as such. Change-ID: I3d1ae0ee9ae0b1b6f5fc424f8b8cc58b0ea93203 Reported-by: Helin Zhang <helin.zhang@intel.com> Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>