diff options
author | Michael Straube <straube.linux@gmail.com> | 2018-07-31 13:34:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-02 09:44:27 +0200 |
commit | 55e12d6451c9218d7e251241aa17bc3b6917a864 (patch) | |
tree | 9db3103fd72436aa782ad5d6cb74e8b48215208d /drivers/staging/rtl8192e | |
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>
Diffstat (limited to 'drivers/staging/rtl8192e')
0 files changed, 0 insertions, 0 deletions