commit | 903e68323bb62cc8ca30c5a7a41d962f92c27b97 | [log] [tgz] |
---|---|---|
author | Lihong Yang <lihong.yang@intel.com> | Tue Sep 06 18:05:05 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Sep 22 22:33:41 2016 -0700 |
tree | da226bd117ede7a6947703d08b4f01f587beba19 | |
parent | 841493a3f64395b60554afbcaa17f4350f90e764 [diff] |
i40evf: remove unnecessary error checking against i40e_shutdown_adminq The i40e_shutdown_adminq function never returns failure. There is no need to check the non-0 return value. Clean up the unnecessary error checking and warning against it. Change-ID: Ibb616f09cfb93bd1a872ebf3241a15fb8354b31b Signed-off-by: Lihong Yang <lihong.yang@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>