OSDN Git Service

crypto: hisilicon/qm - use request_threaded_irq instead
authorWeili Qian <qianweili@huawei.com>
Sat, 11 Dec 2021 11:25:17 +0000 (19:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Dec 2021 05:59:49 +0000 (16:59 +1100)
commita0a9486bebc43679ec9ded50ac6b93330c4b930f
treeffbfda64592eab3094b7eac7b874814d8387faf5
parent145dcedd0e17f40bd8066a0234a19e40463367db
crypto: hisilicon/qm - use request_threaded_irq instead

The abnormal interrupt method needs to be changed, and the changed method
needs to be locked in order to maintain atomicity. Therefore,
replace request_irq() with request_threaded_irq().

Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c