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:
70d7256
)
RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'
author
Bart Van Assche
<
[email protected]
>
Wed, 11 Oct 2017 17:48:54 +0000
(10:48 -0700)
committer
Doug Ledford
<
[email protected]
>
Sun, 15 Oct 2017 00:47:05 +0000
(20:47 -0400)
This patch avoids that building the cxgb4 module with W=1 triggers
a complaint about a local variable that has not been declared static.
Signed-off-by: Bart Van Assche <
[email protected]
>
Cc: Steve Wise <
[email protected]
>
Acked-by: Steve Wise <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/infiniband/hw/cxgb4/cm.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/cm.c
b/drivers/infiniband/hw/cxgb4/cm.c
index 2331e7d57704acd3735967d28ffd6f14b8fabd23..f3235c6169d4093a2251228569a9d50f1ba52be5 100644
(file)
--- a/
drivers/infiniband/hw/cxgb4/cm.c
+++ b/
drivers/infiniband/hw/cxgb4/cm.c
@@
-99,10
+99,6
@@
module_param(enable_tcp_window_scaling, int, 0644);
MODULE_PARM_DESC(enable_tcp_window_scaling,
"Enable tcp window scaling (default=1)");
-int c4iw_debug;
-module_param(c4iw_debug, int, 0644);
-MODULE_PARM_DESC(c4iw_debug, "obsolete");
-
static int peer2peer = 1;
module_param(peer2peer, int, 0644);
MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=1)");