staging: rtl8188eu: cleanup comparsion to NULL in usb_halinit.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 26 Jul 2019 18:04:48 +0000 (20:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Jul 2019 07:58:23 +0000 (09:58 +0200)
commit2c0e81ec21db971eb9eb6adf987f9f15aec75968
tree8d5cb246bb5b5ae141e2a815a5c2df8c5e6eea17
parent1f5bfba56f90afe8e158b655ecdd6eac78205dae
staging: rtl8188eu: cleanup comparsion to NULL in usb_halinit.c

Use if(!x) instead of if(x == NULL).
Reported by checkpatch.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Link: https://lore.kernel.org/r/20190726180448.2290-6-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_halinit.c