diff options
| author | LABBE Corentin <[email protected]> | 2015-11-19 13:38:17 +0100 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2015-11-23 20:55:55 +0800 |
| commit | f8e28a0dec1dad2f68d754340dd80f1685941a4b (patch) | |
| tree | 0d5fe30d82d00f37a3816c29f249c042289caa3f /tools/perf/scripts/python | |
| parent | 4c13ac1cf0e40c1fea8993354e54822ef643425e (diff) | |
crypto: sahara - set nb_[in|out]_sg as signed int
The two unsigned int variables nb_in_sg and nb_out_sg can be assigned
signed value (-EINVAL) from sg_nents_for_len().
Furthermore they are used only by dma_map_sg and dma_unmap_sg which wait
for an signed int, so they must be set as int.
Fixes: 6c2b74d4774f ("crypto: sahara - check return value of sg_nents_for_len")
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: LABBE Corentin <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions