]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Remove ql2xfwloadbin assignment to 0.
authorChad Dupuis <chad.dupuis@qlogic.com>
Wed, 14 Dec 2011 16:39:15 +0000 (08:39 -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 315a5e3bbd6885c54a4da12dec4e4356b453049d..e6a589b3150e8914dfd10f84dfcb32755f60f114 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 = 0;
+int ql2xfwloadbin;
 module_param(ql2xfwloadbin, int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(ql2xfwloadbin,
                "Option to specify location from which to load ISP firmware:.\n"