staging: rtl8188eu: cleanup comparsions to NULL in rtl8188eu_xmit.c
authorMichael Straube <straube.linux@gmail.com>
Thu, 21 Feb 2019 11:50:57 +0000 (12:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:52:46 +0000 (11:52 +0100)
commit2c62d36c8144b2bf5971edcbb803a3b2c7d59239
tree3550d11b57bef3bbc8f25984afab80b7f5ab9065
parent423c16f4bfdaf0fa2b10fa326b77e260cc154e3c
staging: rtl8188eu: cleanup comparsions to NULL in rtl8188eu_xmit.c

Use !x instead of x == NULL. Reported by checkpatch.

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