Skip to content

Commit 2ae57c9

Browse files
anderssonmartinkpetersen
authored andcommitted
scsi: ufs: core: Drop loglevel of WriteBoost message
Commit '3b5f3c0d0548 ("scsi: ufs: core: Tidy up WB configuration code")' changed the log level of the write boost enable/disable notification from debug to info. This results in a lot of noise in the kernel log during normal operation. Drop it back to debug level to avoid this. Link: https://lore.kernel.org/r/[email protected] Fixes: 3b5f3c0 ("scsi: ufs: core: Tidy up WB configuration code") Reviewed-by: Alim Akhtar <[email protected]> Acked-by: Bean Huo <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 8312cd3 commit 2ae57c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ufs/core/ufshcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5738,7 +5738,7 @@ int ufshcd_wb_toggle(struct ufs_hba *hba, bool enable)
57385738
}
57395739

57405740
hba->dev_info.wb_enabled = enable;
5741-
dev_info(hba->dev, "%s Write Booster %s\n",
5741+
dev_dbg(hba->dev, "%s Write Booster %s\n",
57425742
__func__, enable ? "enabled" : "disabled");
57435743

57445744
return ret;

0 commit comments

Comments
 (0)