]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8723bs: os_dep: Drop condition with no effect
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Wed, 21 Aug 2019 18:16:34 +0000 (23:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:24:46 +0000 (10:24 +0200)
commit5ab706bd0bcaea0296426ecca333f69bad60d24e
tree23018ca69f79d624fec2998f64bc9aff458d84eb
parenteac53016919f2d2a8df607c69dc2b1d47273a61e
staging: rtl8723bs: os_dep: 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>
Link: https://lore.kernel.org/r/20190821181631.GA11082@saurav
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c