commit | 6fd544c897d98bc6f185da215f1585dc144218cc | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Fri Aug 03 16:48:56 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 03 09:42:00 2018 -0700 |
tree | 38dc7d50f525c1906a5906d976ea3d88a44059d4 | |
parent | 6534770d6f176093b50896961107b2d545ef38f0 [diff] |
bnxt_en: combine 'else if' and 'else' into single branch The else-if branch and else branch set mac_ok to true similarly, so combine the two into single else branch. Also add comments to explain the two conditions, which from Michael Chan and Vasundhara Volam. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>