From: Boojin Kim Date: Tue, 15 May 2018 15:12:22 +0000 (+0900) Subject: [COMMON] fmp: update diskcipher free_req X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=01ab24246457eca3c26f3e3a1ec1f01e124824ac;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] fmp: update diskcipher free_req Change-Id: I412c28c5356f815eefa27487613249c33823970f Signed-off-by: Boojin Kim --- 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