[PATCH] crypto: caam - free qman_fq after kill_fq

2017-07-11 Thread Xulin Sun
to remove the additional kfree to qman_fq. Signed-off-by: Xulin Sun <xulin@windriver.com> --- drivers/crypto/caam/qi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/caam/qi.c b/drivers/crypto/caam/qi.c index 1990ed4..c4b9173 100644 --- a/drivers/crypto

[PATCH v2] crypto: caam - free qman_fq after kill_fq

2017-07-13 Thread Xulin Sun
to remove the additional kfree to qman_fq and avoid re-calling the released qman_fq. Signed-off-by: Xulin Sun <xulin@windriver.com> --- v1->v2: Checked where the function kill_fq() is called to avoid re-calling the released qman_fq. drivers/crypto/caam/qi.c | 10 -- 1 file ch