We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad40d51 commit 27b571cCopy full SHA for 27b571c
drivers/scsi/megaraid/megaraid_sas_base.c
@@ -7441,7 +7441,6 @@ static inline void megasas_init_ctrl_params(struct megasas_instance *instance)
7441
(instance->pdev->device == PCI_DEVICE_ID_LSI_SAS0071SKINNY))
7442
instance->flag_ieee = 1;
7443
7444
- megasas_dbg_lvl = 0;
7445
instance->flag = 0;
7446
instance->unload = 1;
7447
instance->last_time = 0;
@@ -9011,6 +9010,7 @@ static int __init megasas_init(void)
9011
9010
*/
9012
pr_info("megasas: %s\n", MEGASAS_VERSION);
9013
+ megasas_dbg_lvl = 0;
9014
support_poll_for_event = 2;
9015
support_device_change = 1;
9016
support_nvme_encapsulation = true;
0 commit comments