mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 15:59:35 +00:00
wr->opcode is unsigned; checking if it is negative is unnecessary. Fix
this issue by removing the check.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pvrdma_cmd.c | ||
| pvrdma_cq.c | ||
| pvrdma_dev_api.h | ||
| pvrdma_doorbell.c | ||
| pvrdma_main.c | ||
| pvrdma_misc.c | ||
| pvrdma_mr.c | ||
| pvrdma_qp.c | ||
| pvrdma_ring.h | ||
| pvrdma_srq.c | ||
| pvrdma_verbs.c | ||
| pvrdma_verbs.h | ||
| pvrdma.h | ||