]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f2d803bb575828e0ecbea3e1bce55ff4b5bc2ff
treec2e765dbc32a3fbb102c2c50897c359dbbd15007
parent837ca9ff555e3654821ea17e205f9f12d34f456a
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