OSDN Git Service

staging: rtl8723bs: fix comparsions to true
authorMichael Straube <straube.linux@gmail.com>
Thu, 12 Jul 2018 10:36:10 +0000 (12:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 09:41:52 +0000 (11:41 +0200)
commit153c6b11eb40e93c5a9cabd63ffebde37e7661f8
treec2e765dbc32a3fbb102c2c50897c359dbbd15007
parent6bf4d28ea1f438256983376b1f58f588a57161ec
staging: rtl8723bs: 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/rtl8723bs/core/rtw_ieee80211.c
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c