diff options
| author | Jack Wang <jinpu.wang@ionos.com> | 2021-05-31 14:28:35 +0200 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-05-31 15:38:08 -0300 |
| commit | 0e8558476faf02ec51256cad9c487c93c346198c (patch) | |
| tree | 3a00d20a6be2c14cb4c28731f2986cd191c4e61b /drivers/infiniband/core/uverbs_cmd.c | |
| parent | 7ecd7e290bee0ab9cf75b79a367a4cc113cf8292 (diff) | |
RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare
drivers/infiniband/ulp/rtrs/rtrs-clt.c:1786:19: warning: result of comparison of
constant 'MAX_SESS_QUEUE_DEPTH' (65536) with expression of type 'u16'
(aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
To fix it, limit MAX_SESS_QUEUE_DEPTH to u16 max, which is 65535, and
drop the check in rtrs-clt, as it's the type u16 max.
Link: https://lore.kernel.org/r/20210531122835.58329-1-jinpu.wang@ionos.com
Signed-off-by: Jack Wang <jinpu.wang@ionos.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/core/uverbs_cmd.c')
0 files changed, 0 insertions, 0 deletions
