commit | 55e12d6451c9218d7e251241aa17bc3b6917a864 | [log] [tgz] |
---|---|---|
author | Michael Straube <straube.linux@gmail.com> | Tue Jul 31 13:34:11 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 02 09:44:27 2018 +0200 |
tree | 9db3103fd72436aa782ad5d6cb74e8b48215208d | |
parent | 4235d7d88a5a823e217abb4e3a6dd9bf1f457ae6 [diff] |
staging: rtl8188eu: fix comparsions to NULL - style Use x instead of x != NULL. Use !x instead of x == NULL. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>