mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 15:39:07 +00:00
[SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable param
Commit 921cd8024b
("[SCSI] mpt2sas: New feature - Fast Load
Support") moved handling of the diag_buffer_enable module parameter
from mpt2sas_base.c to mpt2sas_scsih.c, but it left an old copy of the
parameter in mpt2sas_base.c. Remove the unused stub.
Signed-off-by: Roland Dreier <roland@purestorage.com>
Acked-by: "Nandigama, Nagalakshmi" <Nagalakshmi.Nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
2f73b9a896
commit
ef8c98543c
@ -92,19 +92,6 @@ static int disable_discovery = -1;
|
||||
module_param(disable_discovery, int, 0);
|
||||
MODULE_PARM_DESC(disable_discovery, " disable discovery ");
|
||||
|
||||
|
||||
/* diag_buffer_enable is bitwise
|
||||
* bit 0 set = TRACE
|
||||
* bit 1 set = SNAPSHOT
|
||||
* bit 2 set = EXTENDED
|
||||
*
|
||||
* Either bit can be set, or both
|
||||
*/
|
||||
static int diag_buffer_enable;
|
||||
module_param(diag_buffer_enable, int, 0);
|
||||
MODULE_PARM_DESC(diag_buffer_enable, " post diag buffers "
|
||||
"(TRACE=1/SNAPSHOT=2/EXTENDED=4/default=0)");
|
||||
|
||||
/**
|
||||
* _scsih_set_fwfault_debug - global setting of ioc->fwfault_debug.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user