[COMMON] fmp: update diskcipher free_req
authorBoojin Kim <boojin.kim@samsung.com>
Tue, 15 May 2018 15:12:22 +0000 (00:12 +0900)
committerJunho Choi <junhosj.choi@samsung.com>
Thu, 24 May 2018 00:02:06 +0000 (09:02 +0900)
Change-Id: I412c28c5356f815eefa27487613249c33823970f
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
drivers/crypto/exynos-diskcipher.c

index c6f113988dd460b13de1a8f48920c51fee536068..f4d6e0de65f0da4231788cdce198f66cba9412f6 100644 (file)
@@ -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