staging: rtl8188eu: clean up comparsions to NULL
authorMichael Straube <straube.linux@gmail.com>
Tue, 29 Sep 2020 06:28:41 +0000 (08:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Oct 2020 08:57:07 +0000 (10:57 +0200)
commitd23519c0a7e8ea1d77a7156c09dc203fff74d766
tree83232ef5cb6b679ce6cb1e9624b087eebbd44175
parenta1070fee729a7e660f684e24481496070a1c3d08
staging: rtl8188eu: clean up comparsions to NULL

Clean up remaining comparsions to NULL reported by checkpatch.
x == NULL -> !x
x != NULL -> x

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200929062847.23985-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_security.c