diff options
| -rw-r--r-- | drivers/infiniband/hw/mthca/mthca_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_cmd.c b/drivers/infiniband/hw/mthca/mthca_cmd.c index 1985b5dfa481..798e13e14faf 100644 --- a/drivers/infiniband/hw/mthca/mthca_cmd.c +++ b/drivers/infiniband/hw/mthca/mthca_cmd.c | |||
| @@ -182,7 +182,7 @@ struct mthca_cmd_context { | |||
| 182 | u8 status; | 182 | u8 status; |
| 183 | }; | 183 | }; |
| 184 | 184 | ||
| 185 | static int fw_cmd_doorbell = 1; | 185 | static int fw_cmd_doorbell = 0; |
| 186 | module_param(fw_cmd_doorbell, int, 0644); | 186 | module_param(fw_cmd_doorbell, int, 0644); |
| 187 | MODULE_PARM_DESC(fw_cmd_doorbell, "post FW commands through doorbell page if nonzero " | 187 | MODULE_PARM_DESC(fw_cmd_doorbell, "post FW commands through doorbell page if nonzero " |
| 188 | "(and supported by FW)"); | 188 | "(and supported by FW)"); |
