OSDN Git Service

staging: rtl8188eu: Replace x==NULL by !x
authorGargi Sharma <gs051095@gmail.com>
Fri, 17 Feb 2017 06:20:25 +0000 (11:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:01 +0000 (09:17 +0100)
commite31447f934d3f053d21ebc3bfa0780eff9f287de
treec6b321095c3a0d4caccb6e6141ffdc951f1041ca
parentf4c04b8fef4f6bec720e244d857a08ed35d59070
staging: rtl8188eu: Replace x==NULL by !x

Replace x==NULL by !x, to fix the checkpatch issue
comparsion with NULL could be written as !x.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c