]> asedeno.scripts.mit.edu Git - linux.git/commit
staging:rtl8188eu Fix comparison to NULL
authorJanani Sankara Babu <jananis37@gmail.com>
Thu, 31 Aug 2017 11:46:27 +0000 (17:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:29:32 +0000 (18:29 +0200)
commitab86dbed6f2a836e17e209b399b5f43eded69e7f
treef59cb2a7c9f69cc466aa48b0c3aa7cbad60dc0fc
parentda7ca1e05f34bda8ab8623abaa9f86d1c2e02e0b
staging:rtl8188eu Fix comparison to NULL

This patch replaces the comparison of variable say x to NULL with  '!x'

signed-off-by: Janani Sankara Babu <jananis37@gmail.com>

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