commit | 2ccf7cef0cf984241d0b6932ed1cfb1e0d6587d5 | [log] [tgz] |
---|---|---|
author | Andreas Fenkart <afenkart@gmail.com> | Thu Mar 10 09:44:07 2016 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Apr 15 21:34:45 2016 +0300 |
tree | 009ae90b1ae721f0eecc4e9175ef8172350f8146 | |
parent | 38329568c3f7075c7751984a65e16a9c7fc186bd [diff] |
mwifiex: scan: simplify ternary operators using gnu extension "x ? x : y" can be simplified as "x ? : y" https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Andreas Fenkart <afenkart@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>