]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: fix some inverted conditions
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Mar 2017 07:56:19 +0000 (10:56 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Mar 2017 02:34:53 +0000 (11:34 +0900)
commit5629ff0ffe77ce4e5037e45e8d9f2877754d00c7
tree3af96c83bfc369e3aada1b593147e63ccee2ffc9
parent702d8d0f0e6927ab8802f1496c80167ad41e97d9
staging: rtl8188eu: fix some inverted conditions

We converted these conditions from == NULL and != NULL but messed up
and inverted some.

Fixes: e31447f934d3 ("staging: rtl8188eu: Replace x==NULL by !x")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c