From 01ab24246457eca3c26f3e3a1ec1f01e124824ac Mon Sep 17 00:00:00 2001 From: Boojin Kim Date: Wed, 16 May 2018 00:12:22 +0900 Subject: [PATCH] [COMMON] fmp: update diskcipher free_req Change-Id: I412c28c5356f815eefa27487613249c33823970f Signed-off-by: Boojin Kim --- drivers/crypto/exynos-diskcipher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/exynos-diskcipher.c b/drivers/crypto/exynos-diskcipher.c index c6f113988dd4..f4d6e0de65f0 100644 --- a/drivers/crypto/exynos-diskcipher.c +++ b/drivers/crypto/exynos-diskcipher.c @@ -133,6 +133,7 @@ static int exynos_fmp_probe(struct platform_device *pdev) alg->clearkey = fmp_clearkey; alg->crypt = fmp_crypt; alg->clear = fmp_clear; + alg->freectrl.max_io_ms = 3000; #ifndef CONFIG_CRYPTO_MANAGER_DISABLE_TESTS alg->do_crypt = fmp_do_test_crypt; #endif -- 2.20.1