staging: rtl8188eu: fix comparsions to true
authorMichael Straube <straube.linux@gmail.com>
Sat, 21 Jul 2018 18:57:39 +0000 (20:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 12:02:00 +0000 (14:02 +0200)
commit8c438b738e476f875ab362bea550ae2db8d9c31a
tree2a9d0c479e3de2f33ea2cbac28682705077e6904
parenta0cec709e17ae6d357c742bac0cbd6f7f84af998
staging: rtl8188eu: fix comparsions to true

Use if(x) instead of if(x == true).

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c