diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-09-23 07:56:08 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-09-23 07:56:08 (GMT) |
commit | 0b798247453299c895e3fa1629101dd5e94901b2 (patch) | |
tree | 18af205b2b52d981156877bd6b9adaf5a13a895f /samples | |
parent | 1d11911a8c572041880c8d86229f6ed971f6f7e2 (diff) | |
download | linux-0b798247453299c895e3fa1629101dd5e94901b2.tar.xz |
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>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions