Staging: rtl8723bs: Use !x instead of NULL comparison
authorShreeya Patel <shreeya.patel23498@gmail.com>
Wed, 24 Jan 2018 00:13:02 +0000 (05:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2018 12:34:04 +0000 (13:34 +0100)
commit9d03032d309bbbc9fe331dd59f77a46d77eb531c
tree09fe660afe7b2b9f0dbd9836445c17ff54bb572b
parent1babeb0c3e598536c380d213a54d094df7815a0b
Staging: rtl8723bs: Use !x instead of NULL comparison

If "x" is compared to NULL, use "!x" instead of it, so as
to follow the kernel coding style.

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c