OSDN Git Service

i40e: fix incorrect variable assignment
authorGustavo A R Silva <garsilva@embeddedor.com>
Thu, 15 Jun 2017 02:38:26 +0000 (21:38 -0500)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 26 Jul 2017 10:25:18 +0000 (03:25 -0700)
commitdb1a8f8e833037a8ed0f333243d0c90d18acb62f
treee60edb2060ab87b18c67c22d6a2b82a00daedf94
parent34c8c10a766c8daf42293664f5c9ca5516fa3f41
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>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c