]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8723bs: Replace NULL pointer comparison with '!'.
authorQuytelda Kahja <quytelda@tamalin.org>
Tue, 27 Mar 2018 08:41:12 +0000 (01:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:59:29 +0000 (11:59 +0200)
commit9f534f7ee8558dd327f63fe07a9127eb32789065
tree7bb9daf8e3f28ae82cdc8ae309e50a06cbad1de0
parent9ff7c1aadd1a061bd360d831415eb15438361842
staging: rtl8723bs: Replace NULL pointer comparison with '!'.

Replace the comparison of 'precvbuf' to 'NULL' with '!precvbuf'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c