aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLABBE Corentin <[email protected]>2015-11-19 13:38:17 +0100
committerHerbert Xu <[email protected]>2015-11-23 20:55:55 +0800
commitf8e28a0dec1dad2f68d754340dd80f1685941a4b (patch)
tree0d5fe30d82d00f37a3816c29f249c042289caa3f /tools/perf/scripts/python
parent4c13ac1cf0e40c1fea8993354e54822ef643425e (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