Loading crypto/skcipher.c +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ static int skcipher_copy_iv(struct skcipher_walk *walk) static int skcipher_walk_first(struct skcipher_walk *walk) { if (WARN_ON_ONCE(in_irq())) if (WARN_ON_ONCE(in_hardirq())) return -EDEADLK; walk->buffer = NULL; Loading Loading
crypto/skcipher.c +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ static int skcipher_copy_iv(struct skcipher_walk *walk) static int skcipher_walk_first(struct skcipher_walk *walk) { if (WARN_ON_ONCE(in_irq())) if (WARN_ON_ONCE(in_hardirq())) return -EDEADLK; walk->buffer = NULL; Loading