commit | d13cd11fbccb5239c8fb4c1e70e0ca2e811ba2c4 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 30 11:00:13 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 01 23:45:21 2016 +0800 |
tree | 7ec0f55910290a92eec8695c418aaadac054656c | |
parent | d858b0713849be51406fe84722d0877fb57d201c [diff] |
crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test The multibuffer hash speed test is incorrectly bailing because of an EINPROGRESS return value. This patch fixes it by setting ret to zero if it is equal to -EINPROGRESS. Reported-by: Megha Dey <megha.dey@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>