]> git.karo-electronics.de Git - linux-beck.git/commit
staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_init
authorIvan Safonov <insafonov@gmail.com>
Wed, 2 Mar 2016 08:04:57 +0000 (15:04 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
commit2e48f0df5cc793bccdde66b32e6a4fd134da534d
tree97268b75b4619b367d75b4354adc3850a1832c72
parent43e02454d787b074a6864b5524a663c854a2d314
staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_init

It is a checkpatch cleanups:
CHECK: Comparasion to NULL could be written ...

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/usb_intf.c