提交 14d6c3a8 编写于 作者: A Adit Ranadive 提交者: Doug Ledford

RDMA/vmw_pvrdma: Fix a signedness

Fixes: 29c8d9eb ("IB: Add vmw_pvrdma driver")
Signed-off-by: NAdit Ranadive <aditr@vmware.com>
Reviewed-by: NYuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 72f9b089
...@@ -299,7 +299,7 @@ static inline struct pvrdma_cqe *get_cqe(struct pvrdma_cq *cq, int i) ...@@ -299,7 +299,7 @@ static inline struct pvrdma_cqe *get_cqe(struct pvrdma_cq *cq, int i)
void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq) void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq)
{ {
int head; unsigned int head;
int has_data; int has_data;
if (!cq->is_kernel) if (!cq->is_kernel)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册