crypto: talitos - fix checkpatch warning
authorKim Phillips <kim.phillips@freescale.com>
Thu, 23 Sep 2010 07:56:08 +0000 (15:56 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Sep 2010 07:56:08 +0000 (15:56 +0800)
commit0b798247453299c895e3fa1629101dd5e94901b2
tree18af205b2b52d981156877bd6b9adaf5a13a895f
parent1d11911a8c572041880c8d86229f6ed971f6f7e2
crypto: talitos - fix checkpatch warning

WARNING: kfree(NULL) is safe this check is probably not required
+ if (priv->chan[i].fifo)
+ kfree(priv->chan[i].fifo);

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c