]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: convert ret to aq_ret
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Fri, 13 Sep 2013 08:23:20 +0000 (08:23 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 27 Sep 2013 11:50:58 +0000 (04:50 -0700)
commit2215bac3ff894cce2b0c2b3f6d959e325252fc17
tree420c2d1d21bb2a4345d6a6437d2e7f29567e5315
parent6c4f034c84815a7783a8c94071b587e266ccd6cc
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>
drivers/net/ethernet/intel/i40e/i40e_main.c