commit | dcae29be4fba85cc9965511f5c112bd08892b1cb | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Fri Sep 13 08:23:20 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 27 04:50:58 2013 -0700 |
tree | 420c2d1d21bb2a4345d6a6437d2e7f29567e5315 | |
parent | ddf434acc0f60839ca20c0b851932b0b2a05993c [diff] |
i40e: convert ret to aq_ret When calling admin queue functions the driver should use aq_ret variable to help make clear that the return value is not a regular return variable. This allows for clean up of the return types that were previously converted to int. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>