commit | 57433b582090ce0d751009e931f15a653e22ee85 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Mon Mar 19 09:21:16 2018 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 31 01:32:45 2018 +0800 |
tree | f9821e182b44ad2e0623314b0a7d851b8cf0c5fa | |
parent | d910708766aa1894198c34ec105a9d668988b682 [diff] |
crypto: inside-secure - improve the send error path This patch improves the send error path as it wasn't handling all error cases. A new label is added, and some of the goto are updated to point to the right labels, so that the code is more robust to errors. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>