summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto_engine.c')
-rw-r--r--crypto/crypto_engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c
index d7502ec37f20..055d17977280 100644
--- a/crypto/crypto_engine.c
+++ b/crypto/crypto_engine.c
@@ -425,7 +425,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop);
425 */ 425 */
426struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) 426struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt)
427{ 427{
428 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; 428 struct sched_param param = { .sched_priority = MAX_RT_PRIO / 2 };
429 struct crypto_engine *engine; 429 struct crypto_engine *engine;
430 430
431 if (!dev) 431 if (!dev)