mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
UPSTREAM: 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.
Bug: 254441685
Link: https://lore.kernel.org/r/20220709000027.3929970-1-bjorn.andersson@linaro.org
Fixes: 3b5f3c0d05 ("scsi: ufs: core: Tidy up WB configuration code")
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Acked-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 2ae57c9950)
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: I02721806166750d014e55486508d2126cedd20f8
This commit is contained in:
committed by
Treehugger Robot
parent
6d03ca09dd
commit
d6b4e4078b
@@ -5838,7 +5838,7 @@ int ufshcd_wb_toggle(struct ufs_hba *hba, bool enable)
|
||||
}
|
||||
|
||||
hba->dev_info.wb_enabled = enable;
|
||||
dev_info(hba->dev, "%s Write Booster %s\n",
|
||||
dev_dbg(hba->dev, "%s Write Booster %s\n",
|
||||
__func__, enable ? "enabled" : "disabled");
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user