projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2271bd
)
RDMA/bnxt_re: Suppress gcc 7 fall-through complaints
author
Bart Van Assche
<bart.vanassche@wdc.com>
Wed, 11 Oct 2017 17:48:48 +0000
(10:48 -0700)
committer
Doug Ledford
<dledford@redhat.com>
Sun, 15 Oct 2017 00:47:05 +0000
(20:47 -0400)
Avoid that gcc 7 reports the following warning when building with W=1:
warning: this statement may fall through [-Wimplicit-fallthrough=]
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/bnxt_re/qplib_fp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/bnxt_re/qplib_fp.c
b/drivers/infiniband/hw/bnxt_re/qplib_fp.c
index e8afc47f8949649546e83813815f4107083c743c..e82644cf1aeb3f50f2ad4834821855005c973971 100644
(file)
--- a/
drivers/infiniband/hw/bnxt_re/qplib_fp.c
+++ b/
drivers/infiniband/hw/bnxt_re/qplib_fp.c
@@
-1360,7
+1360,7
@@
int bnxt_qplib_post_send(struct bnxt_qplib_qp *qp,
break;
}
- /*
else, just
fall thru */
+ /* fall thru */
case BNXT_QPLIB_SWQE_TYPE_SEND_WITH_IMM:
case BNXT_QPLIB_SWQE_TYPE_SEND_WITH_INV:
{