]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ce1fb4f3ece1486e01fcaf0267ec5de13633ce2
tree18af205b2b52d981156877bd6b9adaf5a13a895f
parent23a86ad40e21c8edf267e7efe510b8e863bbc8c7
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