commit | a7b1ba23556215952099274a0f008643de832f70 | [log] [tgz] |
---|---|---|
author | Suniel Mahesh <sunil.m@techveda.org> | Thu Jul 20 19:07:07 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 27 21:55:24 2017 -0700 |
tree | 1ac4cfc93a5574b87edbff7cfc0035ec3b450d92 | |
parent | 4a457c1710ab6cf9885b93a9aa93e8718abaca45 [diff] |
staging: ccree: Fix unnecessary NULL check before kfree'ing it kfree(NULL) is safe and their is no need for a NULL check. Pointed out by checkpatch. Signed-off-by: Suniel Mahesh <sunil.m@techveda.org> Acked-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>