]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Use default semantic for firmware load.
authorSaurav Kashyap <saurav.kashyap@qlogic.com>
Thu, 8 Dec 2011 15:16:46 +0000 (07:16 -0800)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:40:54 +0000 (17:40 -0700)
JIRA Key: V2632FC-123

drivers/scsi/qla2xxx/qla_os.c

index 2a9a5fec2a49379a9c0ca086e8874196874a2e74..616d9687123b3deb1ba562f09f1703191bff85e7 100644 (file)
@@ -145,7 +145,7 @@ MODULE_PARM_DESC(ql2xmultique_tag,
                "Default is 0 for no affinity of request and response IO. "
                "Set it to 1 to turn on the cpu affinity.");
 
-int ql2xfwloadbin = 1;
+int ql2xfwloadbin = 0;
 module_param(ql2xfwloadbin, int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(ql2xfwloadbin,
                "Option to specify location from which to load ISP firmware:.\n"