crypto: stm32/hash - remove interruptible condition for dma
authorLionel Debieve <lionel.debieve@st.com>
Fri, 28 Jun 2019 11:26:55 +0000 (13:26 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 3 Jul 2019 14:15:08 +0000 (22:15 +0800)
commitf3880a23564e3172437285ebcb5b8a124539fdae
tree940a8cd8d9b948665b0a84e80980c2346be91c7f
parent0acabecebc912b3ba06289e4ef40476acc499a37
crypto: stm32/hash - remove interruptible condition for dma

When DMA is used, waiting for completion must not be
interruptible as it can generate an error that is not handle
by the driver. There is no need to put the completion
interruptible in this driver.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/stm32/stm32-hash.c