]> git.baikalelectronics.ru Git - kernel.git/commit
[HIFN]: Indicate asynchronous processing to crypto API
authorPatrick McHardy <kaber@trash.net>
Wed, 7 May 2008 14:31:35 +0000 (22:31 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:11 +0000 (20:35 +0800)
commit8af1aba8d504fc98837df97757cb3e5a50ce9658
tree46d4367944e04354c075c64e562c343e9f6d6005
parent484e5dd5b06f76baa5c1106cd6b9d0c66a0c1ae4
[HIFN]: Indicate asynchronous processing to crypto API

hifn_setup_crypto() needs to return -EINPROGRESS on success to indicate
asynchronous processing to the crypto API. This also means it must not
return the errno code returned by hifn_process_queue(), if any.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hifn_795x.c