OSDN Git Service

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)
commit2f31c4b4188933e812b66f5e78d4cb0be9d5f3d2
tree379462b3b878b7140f4c0bacbbd24647d6ab7e48
parent258e7af2954fb68b55fe9253560f6dfaa4896e54
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