OSDN Git Service

wifi: iwlwifi: mvm: tx: remove misleading if statement
authorJohannes Berg <johannes.berg@intel.com>
Fri, 14 Apr 2023 10:12:06 +0000 (13:12 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Apr 2023 11:16:18 +0000 (13:16 +0200)
commitcdc419e9e7f3cbfd17a11cb3bce726903fada546
tree369514084ba3cefed435be2cc8b5e5499c87972a
parent7f11d17f0b0805d68f3d2e116f2e7ff0c655fe39
wifi: iwlwifi: mvm: tx: remove misleading if statement

The if statement here is misleading, we return zero anyway
since we just checked the 'ret' variable, simplify the code
to remove the condition entirely.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230414130637.57c1eb58e655.I1b47a7771cd66306931089c150c6b5b240bdcba5@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c