Loading drivers/scsi/ufs/ufshcd.c +1 −1 Original line number Diff line number Diff line Loading @@ -1101,7 +1101,7 @@ static void ufshcd_init_clk_gating(struct ufs_hba *hba) if (!ufshcd_is_clkgating_allowed(hba)) return; hba->clk_gating.delay_ms = 150; hba->clk_gating.delay_ms = 50; INIT_DELAYED_WORK(&hba->clk_gating.gate_work, ufshcd_gate_work); INIT_WORK(&hba->clk_gating.ungate_work, ufshcd_ungate_work); Loading Loading
drivers/scsi/ufs/ufshcd.c +1 −1 Original line number Diff line number Diff line Loading @@ -1101,7 +1101,7 @@ static void ufshcd_init_clk_gating(struct ufs_hba *hba) if (!ufshcd_is_clkgating_allowed(hba)) return; hba->clk_gating.delay_ms = 150; hba->clk_gating.delay_ms = 50; INIT_DELAYED_WORK(&hba->clk_gating.gate_work, ufshcd_gate_work); INIT_WORK(&hba->clk_gating.ungate_work, ufshcd_ungate_work); Loading