staging: rtl8188eu: remove ternary operator
authorMichael Straube <straube.linux@gmail.com>
Sat, 26 Oct 2019 12:11:33 +0000 (14:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Oct 2019 18:45:48 +0000 (20:45 +0200)
commitdd85035172d081e7dc98d03331340e911c44a832
tree3f82c40cdef277d020583daa6728fa8cdb77c528
parent4e6f391fde3410fb4141261d45333217c22230d4
staging: rtl8188eu: remove ternary operator

Instead of using ternary operator to set variable res, use the value
of variable match (or the negation) directly to simplify the code and
improve readability.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20191026121135.181897-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_sta_mgt.c