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 15:20:29 -0700 |
commit | c14e995777f04d1933c3471805c07749cb4c6f7b (patch) | |
tree | 75d27a137cfa97f788c2344f3f3dd4c5dc47193a /drivers/scsi/lpfc | |
parent | 38c206736612550ab946889e1522fc71bc2eed4a (diff) | |
download | linux-c14e995777f04d1933c3471805c07749cb4c6f7b.tar.gz linux-c14e995777f04d1933c3471805c07749cb4c6f7b.tar.bz2 linux-c14e995777f04d1933c3471805c07749cb4c6f7b.zip |
[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>
Diffstat (limited to 'drivers/scsi/lpfc')
-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); LPFC_ATTR_R(fcf_failover_policy, 1, 1, 2, "FCF Fast failover=1 Priority failover=2"); -int lpfc_enable_rrq; +int lpfc_enable_rrq = 2; module_param(lpfc_enable_rrq, int, S_IRUGO); MODULE_PARM_DESC(lpfc_enable_rrq, "Enable RRQ functionality"); lpfc_param_show(enable_rrq); |