]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8723au: replace NULL and zero comparison tests with ! operator
authorAlison Schofield <amsfield22@gmail.com>
Fri, 16 Oct 2015 18:46:29 +0000 (11:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 06:06:38 +0000 (23:06 -0700)
commit714ceea5ff084ecb994e97f1b541082f3c29d2b0
tree379462b3b878b7140f4c0bacbbd24647d6ab7e48
parent4586d4fc81447e8675d9db5e1ac5224657143093
staging: r8723au: replace NULL and zero comparison tests with ! operator

Replace explicit NULL comparison and zero comparison test with ! operator
to simplify code.

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ap.c