staging: rtl8188eu: fix comparsions to NULL - coding style
authorMichael Straube <straube.linux@gmail.com>
Sat, 28 Jul 2018 14:29:15 +0000 (16:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jul 2018 08:19:40 +0000 (10:19 +0200)
commitc39f4bb98ea48ff4c521fc5317ae65c490426098
tree992b4748c0c09b06eb760fdc2281d9db68b37a4f
parentc225b00d012e28487414a82d07d7dee8959c579d
staging: rtl8188eu: fix comparsions to NULL - coding style

Use !x instead of x == NULL.

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