drivers/staging/ks7010/ks_wlan_net.c:1287: suspicious if ?
From: David Binderman
Date: Mon Aug 01 2016 - 06:34:35 EST
Hello there,
drivers/staging/ks7010/ks_wlan_net.c:1287:13: warning: duplicated âifâ
condition [-Wduplicated-cond]
Source code is
} else if (enabled) { /* 1 */
if (priv->reg.operation_mode == MODE_INFRASTRUCTURE)
priv->reg.powermgt = POWMGT_SAVE1_MODE;
else
return -EINVAL;
} else if (enabled) { /* 2 */
I am not sure of a suitable fix for this.
Regards
David Binderman