aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2013-03-01 16:38:01 -0500
committerJames Bottomley <JBottomley@Parallels.com>2013-04-09 15:20:29 -0700
commitc14e995777f04d1933c3471805c07749cb4c6f7b (patch)
tree75d27a137cfa97f788c2344f3f3dd4c5dc47193a /drivers/scsi
parent[SCSI] lpfc 8.3.38: Fixed circular locking dependency and inconsistent lock state issues (diff)
downloadlinux-dev-c14e995777f04d1933c3471805c07749cb4c6f7b.tar.xz
linux-dev-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')
-rw-r--r--drivers/scsi/lpfc/lpfc_attr.c2
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);