diff options
author | James Smart <james.smart@emulex.com> | 2013-03-01 16:38:01 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-04-09 18:20:29 -0400 |
commit | c14e995777f04d1933c3471805c07749cb4c6f7b (patch) | |
tree | 75d27a137cfa97f788c2344f3f3dd4c5dc47193a | |
parent | 38c206736612550ab946889e1522fc71bc2eed4a (diff) |
[SCSI] lpfc 8.3.38: Fix default value for lpfc_enable_rrq.
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index cbd3a88a2963..9290713af253 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -2302,7 +2302,7 @@ static DEVICE_ATTR(lpfc_enable_npiv, S_IRUGO, lpfc_enable_npiv_show, NULL); | |||
2302 | LPFC_ATTR_R(fcf_failover_policy, 1, 1, 2, | 2302 | LPFC_ATTR_R(fcf_failover_policy, 1, 1, 2, |
2303 | "FCF Fast failover=1 Priority failover=2"); | 2303 | "FCF Fast failover=1 Priority failover=2"); |
2304 | 2304 | ||
2305 | int lpfc_enable_rrq; | 2305 | int lpfc_enable_rrq = 2; |
2306 | module_param(lpfc_enable_rrq, int, S_IRUGO); | 2306 | module_param(lpfc_enable_rrq, int, S_IRUGO); |
2307 | MODULE_PARM_DESC(lpfc_enable_rrq, "Enable RRQ functionality"); | 2307 | MODULE_PARM_DESC(lpfc_enable_rrq, "Enable RRQ functionality"); |
2308 | lpfc_param_show(enable_rrq); | 2308 | lpfc_param_show(enable_rrq); |