commit | 4b15f83adaf170ce55c8a572f66fe26342326983 | [log] [tgz] |
---|---|---|
author | Saurav Girepunje <saurav.girepunje@gmail.com> | Tue Oct 29 18:46:24 2019 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Oct 31 10:09:08 2019 +0200 |
tree | a38b9c6bb7d5942a3f4eeedda6b8ec24e5b2f456 | |
parent | a9160bb35ad9ada8428a4d48426f7fc128db40cc [diff] |
rtlwifi: rtl8821ae: Drop condition with no effect As the "else if" and "else" branch body are identical the condition has no effect. So drop the "else if" condition. Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>