commit | f051f95eb47bb216ad0a8fbe64b4be179cc5abec | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Nov 04 21:13:37 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 17 22:00:37 2015 +0800 |
tree | 4cf479b4bce86933f752df2c98f30253065ae983 | |
parent | 4fa9948ca5bf308fabd5c9b584bf710f5d393859 [diff] |
crypto: picoxcell - 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. In the same time, we remove sg_count() as it is used as an alias of sg_nents_for_len. Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Acked-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>