Gustavo A R Silva db1a8f8e83 i40e: fix incorrect variable assignment
Fix incorrect variable assignment.
Based on line 1511: aq_ret = I40_ERR_PARAM; the correct variable to be
used in this instance is aq_ret instead of ret. Also, variable ret is
updated at line 1602 just before return, so assigning a value to this
variable in this code block is useless.

Addresses-Coverity-ID: 1397693
Signed-off-by: Gustavo A R Silva <garsilva@embeddedor.com>
Acked-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>
2017-07-26 03:25:18 -07:00
..
2017-03-15 01:57:08 -07:00
2015-10-08 15:11:38 -07:00
2015-07-23 05:33:55 -07:00
2015-07-23 05:33:55 -07:00
2015-07-23 05:33:55 -07:00
2017-04-19 16:47:31 -07:00
2017-04-19 17:04:06 -07:00
2017-04-19 16:47:31 -07:00