commit | f9970c2865d300bd0bb4ba006a0283a8ffa51ada | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Nov 04 21:13:38 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 17 22:00:38 2015 +0800 |
tree | 35f5e47600be22a103d1f798d893b989c22983ce | |
parent | f051f95eb47bb216ad0a8fbe64b4be179cc5abec [diff] |
crypto: caam - check return value of sg_nents_for_len The sg_nents_for_len() function could fail, this patch add a check for its return value. We do the same for sg_count since it use sg_nents_for_len(). Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>