| commit | 9e70a408ad66846bc98dc026efe0384ef68373fc | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Wed May 07 22:31:35 2008 +0800 |
| committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 10 20:35:11 2008 +0800 |
| tree | 46d4367944e04354c075c64e562c343e9f6d6005 | |
| parent | 7808f0738f9ac5cff05bd89ee457334b9a029b5c [diff] |
[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>