diff options
| author | Kaike Wan <[email protected]> | 2019-02-15 13:45:30 -0800 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2019-02-15 15:55:50 -0700 |
| commit | e50838c27ff7e1438ea2f9ab4bfcb227f90a107f (patch) | |
| tree | 25a508ca5c83096fa8ef120e4a1f7755dedf748a /tools/perf/scripts/python/stackcollapse.py | |
| parent | 9a7786784dcbec2f6ad52fd98a8d076f808e59f2 (diff) | |
IB/hfi1: Fix a build warning for TID RDMA READ
The following build warning was produced for the TID RDMA READ
patch ("IB/hfi1: Enable TID RDMA READ protocol"):
drivers/infiniband/hw/hfi1/qp.c: In function 'hfi1_setup_wqe':
drivers/infiniband/hw/hfi1/qp.c:328:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
hfi1_setup_tid_rdma_wqe(qp, wqe);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/infiniband/hw/hfi1/qp.c:329:2: note: here
case IB_QPT_UC:
^~~~
This patch will fix the issue by adding the "fall through" comment.
Fixes: f1ab4efa6d32 ("IB/hfi1: Enable TID RDMA READ protocol")
Reviewed-by: Mike Marciniszyn <[email protected]>
Signed-off-by: Kaike Wan <[email protected]>
Signed-off-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions