crypto: stm32/hash - Fix return issue on update
authorLionel Debieve <lionel.debieve@st.com>
Mon, 6 Nov 2017 22:41:52 +0000 (23:41 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Nov 2017 11:20:23 +0000 (19:20 +0800)
commit63c53823f00f0ffd13e8c86b05c1486614a2df85
tree35782229dc1b9c215f7c75d1802276fcc8f88f31
parentced6a58638432c9f731184f908208d539725ba82
crypto: stm32/hash - Fix return issue on update

When data append reached the threshold for processing,
we must inform that processing is on going to wait before
managing the next request.

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