mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
qla2x00t-32gbit: Remove two superfluous variable initializations
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8410 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -252,7 +252,7 @@ MODULE_PARM_DESC(ql2xmdenable,
|
||||
"0 - MiniDump disabled. "
|
||||
"1 (Default) - MiniDump enabled.");
|
||||
|
||||
int ql2xexlogins = 0;
|
||||
int ql2xexlogins;
|
||||
module_param(ql2xexlogins, uint, S_IRUGO|S_IWUSR);
|
||||
MODULE_PARM_DESC(ql2xexlogins,
|
||||
"Number of extended Logins. "
|
||||
@@ -268,7 +268,7 @@ module_param(ql2xiniexchg, uint, 0644);
|
||||
MODULE_PARM_DESC(ql2xiniexchg,
|
||||
"Number of initiator exchanges.");
|
||||
|
||||
int ql2xfwholdabts = 0;
|
||||
int ql2xfwholdabts;
|
||||
module_param(ql2xfwholdabts, int, S_IRUGO);
|
||||
MODULE_PARM_DESC(ql2xfwholdabts,
|
||||
"Allow FW to hold status IOCB until ABTS rsp received. "
|
||||
|
||||
Reference in New Issue
Block a user