staging: rtlwifi: use !x in place of NULL comparison
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Sun, 31 Mar 2019 18:03:48 +0000 (23:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Apr 2019 17:23:42 +0000 (19:23 +0200)
commit198980e079a4de0da49ec0d88f07f9124b4fbcd0
treed92e7733bcfde555e29c42fdccf411be4d02c361
parent0514b848a82bfc2aceeb4b436912ff146c63f580
staging: rtlwifi: use !x in place of NULL comparison

Challenge suggested by coccinelle.
Avoid NULL comparison, compare using boolean operator.

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c