Skip to content

Commit aa2a4de

Browse files
lnocturnomartinkpetersen
authored andcommitted
scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameter
The ql_dm_tgt_ex_pct parameter was introduced in commit ead0385 ("qla2xxx: Add Dual mode support in the driver"). Then the use of this parameter was dropped in commit 99e1b68 ("scsi: qla2xxx: Add ql2xiniexchg parameter"). Thus, remove ql_dm_tgt_ex_pct since it is no longer used. Link: https://lore.kernel.org/r/AM9PR10MB41185ADE95B92B4E6926BE639DD49@AM9PR10MB4118.EURPRD10.PROD.OUTLOOK.COM Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Gleb Chesnokov <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent e250bd2 commit aa2a4de

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/scsi/qla2xxx/qla_target.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ MODULE_PARM_DESC(qlini_mode,
4848
"when ready "
4949
"\"enabled\" (default) - initiator mode will always stay enabled.");
5050

51-
static int ql_dm_tgt_ex_pct = 0;
52-
module_param(ql_dm_tgt_ex_pct, int, S_IRUGO|S_IWUSR);
53-
MODULE_PARM_DESC(ql_dm_tgt_ex_pct,
54-
"For Dual Mode (qlini_mode=dual), this parameter determines "
55-
"the percentage of exchanges/cmds FW will allocate resources "
56-
"for Target mode.");
57-
5851
int ql2xuctrlirq = 1;
5952
module_param(ql2xuctrlirq, int, 0644);
6053
MODULE_PARM_DESC(ql2xuctrlirq,

0 commit comments

Comments
 (0)