staging: ccree: Fix unnecessary NULL check before kfree'ing it
authorSuniel Mahesh <sunil.m@techveda.org>
Thu, 20 Jul 2017 13:37:07 +0000 (19:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Jul 2017 04:55:24 +0000 (21:55 -0700)
commita7b1ba23556215952099274a0f008643de832f70
tree1ac4cfc93a5574b87edbff7cfc0035ec3b450d92
parent4a457c1710ab6cf9885b93a9aa93e8718abaca45
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>
drivers/staging/ccree/ssi_hash.c