mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 04:49:18 +07:00
i40e: trivial cleanup
Remove some un-necessary parenthesis. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6838b535e1
commit
b3df6e1e02
@ -485,8 +485,7 @@ i40e_status i40e_configure_lan_hmc(struct i40e_hw *hw,
|
||||
/* Make one big object, a single SD */
|
||||
info.count = 1;
|
||||
ret_code = i40e_create_lan_hmc_object(hw, &info);
|
||||
if ((ret_code) &&
|
||||
(model == I40E_HMC_MODEL_DIRECT_PREFERRED))
|
||||
if (ret_code && (model == I40E_HMC_MODEL_DIRECT_PREFERRED))
|
||||
goto try_type_paged;
|
||||
else if (ret_code)
|
||||
goto configure_lan_hmc_out;
|
||||
|
Loading…
Reference in New Issue
Block a user