staging: rtl8192e: replace comparison to NULL by bool
authorMitali Borkar <mitaliborkar810@gmail.com>
Fri, 9 Apr 2021 23:46:34 +0000 (05:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Apr 2021 08:28:57 +0000 (10:28 +0200)
commit92172da23c56faefca9a8790d441010bfa74bb20
treecc5f8fb239fcc1f169251971ffaac6d6daa7d007
parent98a847ae5d5d3eab47983898363b34def5b3318d
staging: rtl8192e: replace comparison to NULL by bool

Fixed Comparison to NULL can be written as '!...' by replacing it with
simpler form i.e boolean expression. This makes code more readable alternative.
Reported by checkpatch.

Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com>
Link: https://lore.kernel.org/r/YHDnWpWztxeZospi@kali
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_TSProc.c