]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcea2806529ca17db26f018125141061a0eaed54e
tree2a9d0c479e3de2f33ea2cbac28682705077e6904
parentc2f039da91a1d3de6b6dd868b3feee74944a6f37
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