diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-09-06 11:50:46 +0300 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-11-08 14:43:05 -0800 |
commit | 6ebacdfc07ca61ba258693c9b4c88f1ffbe8ccd7 (patch) | |
tree | 41dd5f8e054c318bdd689f828c532db653230315 /lib/test-string_helpers.c | |
parent | 959f58544b7f20c92d5eb43d1232c96c15c01bfb (diff) |
RDMA/ocrdma: Silence an integer underflow warning
We recently added a cap on "max_wqe_allocated" in 43a6b4025c
('RDMA/ocrdma: Create IRD queue fix').
My static checker complains that the cap has a problem because it
casts large values to negative. "attrs->cap.max_send_wr" is a u32.
It comes from the user, but it's capped in ocrdma_check_qp_params() so
it can't wrap here.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions