* [PATCH 9/11] lpfc 8.3.38: Fix default value for lpfc_enable_rrq.
@ 2013-03-01 21:38 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2013-03-01 21:38 UTC (permalink / raw)
To: linux-scsi
Fix default value for lpfc_enable_rrq.
Signed-off-by: James Smart <james.smart@emulex.com>
---
lpfc_attr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
--- a/drivers/scsi/lpfc/lpfc_attr.c 2013-02-27 08:17:26.095047546 -0500
+++ b/drivers/scsi/lpfc/lpfc_attr.c 2013-02-27 08:17:34.450047736 -0500
@@ -2302,7 +2302,7 @@ static DEVICE_ATTR(lpfc_enable_npiv, S_I
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-01 21:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 21:38 [PATCH 9/11] lpfc 8.3.38: Fix default value for lpfc_enable_rrq James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox