staging: rtl8188eu: cleanup comparsions to false
authorMichael Straube <straube.linux@gmail.com>
Sun, 14 Oct 2018 19:09:33 +0000 (21:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Oct 2018 14:30:39 +0000 (16:30 +0200)
commitbbf2f71e061a47e57e2c61abe406f2348be5058e
tree3bcd9fc547b411a3926c79836e5e4962e1d42d0b
parentc2aed5648fe02324f8a4567bb611c289202d9f07
staging: rtl8188eu: cleanup comparsions to false

Cleanup remaining comparsions to false.
if(x == false) -> if(!x)

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c
drivers/staging/rtl8188eu/core/rtw_mlme.c
drivers/staging/rtl8188eu/core/rtw_pwrctrl.c
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/core/rtw_wlan_util.c
drivers/staging/rtl8188eu/core/rtw_xmit.c
drivers/staging/rtl8188eu/hal/usb_halinit.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
drivers/staging/rtl8188eu/os_dep/xmit_linux.c