Skip to content

Commit

Permalink
RDMA/vmw_pvrdma: Fix a signedness
Browse files Browse the repository at this point in the history
Fixes: 29c8d9e ("IB: Add vmw_pvrdma driver")
Signed-off-by: Adit Ranadive <aditr@vmware.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Adit Ranadive authored and Doug Ledford committed Aug 31, 2017
1 parent 72f9b08 commit 14d6c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
int head;
unsigned int head;
int has_data;

if (!cq->is_kernel)
Expand Down

0 comments on commit 14d6c3a

Please sign in to comment.