]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit9e70a408ad66846bc98dc026efe0384ef68373fc
tree46d4367944e04354c075c64e562c343e9f6d6005
parent7808f0738f9ac5cff05bd89ee457334b9a029b5c
[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