]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/crypto_engine.c
fs/reiserfs/fix_node.c: remove set but not used variables
[linux.git] / crypto / crypto_engine.c
index d7502ec37f2087f7b327fd41768614510075ddef..055d179772807280566a1e0a746d1df61b6dca3c 100644 (file)
@@ -425,7 +425,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop);
  */
 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt)
 {
-       struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 };
+       struct sched_param param = { .sched_priority = MAX_RT_PRIO / 2 };
        struct crypto_engine *engine;
 
        if (!dev)