OSDN Git Service

staging: rtl8188eu: fix comparsion to true
authorMichael Straube <straube.linux@gmail.com>
Sun, 29 Jul 2018 18:54:46 +0000 (20:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 09:02:25 +0000 (11:02 +0200)
commit47c8264e68e8a19de0d22ff4e336c4153a8717d4
tree9a3da0ccb7798a7de50ca3f4cf6a45f74513b61d
parent3da4a578ce610ffee188a765aca16a4be9ba2f94
staging: rtl8188eu: fix comparsion 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/hal/hal_intf.c