staging: rtl8188eu: fix comparsions to true
authorMichael Straube <straube.linux@gmail.com>
Tue, 18 Sep 2018 08:07:07 +0000 (10:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 11:30:18 +0000 (13:30 +0200)
commit50f2ea8bf8b4ea283ae5db1eafe4934726bf3040
tree58b05fee7da880bfa24d77e3d3b81faed92d1a8e
parent116bcfdfcf9be95cd0829a528c957e8a94576533
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_ioctl_set.c