]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: fix comparsions to NULL
authorMichael Straube <straube.linux@gmail.com>
Wed, 11 Jul 2018 11:23:29 +0000 (13:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jul 2018 12:45:55 +0000 (14:45 +0200)
commitc9496a42709675ec0f1bc33afa8e2f13045d2c13
tree1da4002173e640b0f1d58369307aac8f5a0568e1
parent0c53a423d651205d22bb037c39bc1c8d8f0b9eea
staging: rtl8723bs: fix comparsions to NULL

Fix comparsions to NULL to follow kernel coding style.
x == NULL -> !x
x != NULL -> x

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