summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorYang Shen <shenyang39@huawei.com>2020-09-25 22:06:16 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-10-02 18:02:14 +1000
commit42856f0a5a72080ec3424550572100e698e5043e (patch)
treee7c8e709de2d5673f7dd36d378b7a1ae0d50c1f5 /crypto
parentd340f62db2f6da7f6f05087a4f6f504af9bb4d97 (diff)
crypto: hisilicon/zip - fix the return value when device is busy
As before, when the ZIP device is too busy to creat a request, it will return '-EBUSY'. But the crypto process think the '-EBUSY' means a successful request and wait for its completion. So replace '-EBUSY' with '-EAGAIN' to show crypto this request is failed. Fixes: 62c455ca853e("crypto: hisilicon - add HiSilicon ZIP...") Signed-off-by: Yang Shen <shenyang39@huawei.com> Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions