[SCSI] lpfc 8.3.38: Fix default value for lpfc_enable_rrq.
authorJames Smart <james.smart@emulex.com>
Fri, 1 Mar 2013 21:38:01 +0000 (16:38 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 9 Apr 2013 22:20:29 +0000 (15:20 -0700)
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/lpfc/lpfc_attr.c

index cbd3a88a2963489ff1a19db505955f8ff2a739af..9290713af253fd740454bbee6d2b6807f64f4b93 100644 (file)
@@ -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);
This page took 0.028774 seconds and 5 git commands to generate.