Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235127
b: refs/heads/master
c: a9c7719
h: refs/heads/master
i:
  235125: 4df651f
  235123: ddfa509
  235119: 53eab6f
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Mar 14, 2011
1 parent 08d4f5c commit 1cd4a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffc3f7487ff0b32500b319c770475383f6f6efab
refs/heads/master: a9c7719800ac513b2df14e267d062ec84dc9313e
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/cxgb4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
*/
#include "iw_cxgb4.h"

static int ocqp_support;
static int ocqp_support = 1;
module_param(ocqp_support, int, 0644);
MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=0)");
MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=1)");

static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)
{
Expand Down

0 comments on commit 1cd4a19

Please sign in to comment.