commit | 39876a013b3e16e7c78e3638e674a18df999069f | [log] [tgz] |
---|---|---|
author | Michael Straube <straube.linux@gmail.com> | Wed Aug 18 10:58:09 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 18 12:45:45 2021 +0200 |
tree | 9b3d88a858a5ef8eb8b4dd08dd86ae4c0b442c31 | |
parent | 7972067ad028ed5182d2b6663396de9dc6c629a6 [diff] |
staging: r8188eu: remove null pointer checks before kfree kfree(NULL) is safe, so remove unnecessary null pointer checks before calls to kfree. Reported by checkpatch. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210818085809.31451-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>