staging: rtl8188eu: fix comparsions to false
authorMichael Straube <straube.linux@gmail.com>
Tue, 18 Sep 2018 08:07:08 +0000 (10:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 11:30:18 +0000 (13:30 +0200)
commit2590e4e3a636b1a9d0056c2d1bcc7fb069e82792
treed28a1c97d1b7419f29679373171664cacc056be6
parent50f2ea8bf8b4ea283ae5db1eafe4934726bf3040
staging: rtl8188eu: fix comparsions to false

Use if(!x) instead of if(x == false).

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