projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5541ee9
)
[COMMON] fmp: update diskcipher free_req
author
Boojin Kim
<boojin.kim@samsung.com>
Tue, 15 May 2018 15:12:22 +0000
(
00:12
+0900)
committer
Junho 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/exynos-diskcipher.c
b/drivers/crypto/exynos-diskcipher.c
index c6f113988dd460b13de1a8f48920c51fee536068..f4d6e0de65f0da4231788cdce198f66cba9412f6 100644
(file)
--- 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