]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: skcipher - in_irq() cleanup
authorChangbin Du <changbin.du@gmail.com>
Sat, 14 Aug 2021 01:11:14 +0000 (09:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 21 Aug 2021 07:44:58 +0000 (15:44 +0800)
commitb0521b0bde7c597903ee373993a5191278980895
tree7a2997da2122d996cdfc2c5fc8b7605ec4dc860e
parent59eaef1185d2fc1e135f737ed97d661d98802898
crypto: skcipher - in_irq() cleanup

Replace the obsolete and ambiguos macro in_irq() with new
macro in_hardirq().

Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/skcipher.c