2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 09:33:22 +08:00
linux-next/drivers/infiniband/sw/siw
Nathan Chancellor 775a41e281 rdma/siw: Use proper enumerated type in map_cqe_status
clang warns several times:

drivers/infiniband/sw/siw/siw_cq.c:31:4: warning: implicit conversion
from enumeration type 'enum siw_wc_status' to different enumeration type
'enum siw_opcode' [-Wenum-conversion]
        { SIW_WC_SUCCESS, IB_WC_SUCCESS },
        ~ ^~~~~~~~~~~~~~

Fixes: b0fff7317b ("rdma/siw: completion queue methods")
Link: https://github.com/ClangBuiltLinux/linux/issues/596
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-07-10 15:25:30 -03:00
..
iwarp.h
Kconfig rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00
siw_cm.c rdma/siw: connection management 2019-07-02 17:03:40 -03:00
siw_cm.h rdma/siw: connection management 2019-07-02 17:03:40 -03:00
siw_cq.c rdma/siw: Use proper enumerated type in map_cqe_status 2019-07-10 15:25:30 -03:00
siw_main.c RDMA/siw: Remove unnecessary kthread create/destroy printouts 2019-07-10 14:27:44 -03:00
siw_mem.c rdma/siw: application buffer management 2019-07-02 17:03:40 -03:00
siw_mem.h rdma/siw: application buffer management 2019-07-02 17:03:40 -03:00
siw_qp_rx.c rdma/siw: receive path 2019-07-02 17:03:41 -03:00
siw_qp_tx.c RDMA/siw: Remove unnecessary kthread create/destroy printouts 2019-07-10 14:27:44 -03:00
siw_qp.c rdma/siw: queue pair methods 2019-07-02 17:03:41 -03:00
siw_verbs.c rdma/siw: application interface 2019-07-02 17:03:40 -03:00
siw_verbs.h rdma/siw: application interface 2019-07-02 17:03:40 -03:00
siw.h