]> git.itanic.dy.fi Git - linux-stable/commit
scsi: ufs: core: Drop loglevel of WriteBoost message
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 9 Jul 2022 00:00:27 +0000 (17:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Jul 2022 08:21:45 +0000 (10:21 +0200)
commit799dcbf4d943401eb91c210e79d1f9d2e535ebfa
tree78e0b66b9e6ccedbe5e574d61fc45b10f48aeab2
parentafeb95a11a4cc4b45914b10d34dd71417b3f356b
scsi: ufs: core: Drop loglevel of WriteBoost message

[ Upstream commit 2ae57c995003a7840cb6b5ec5f0c06193695321b ]

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/20220709000027.3929970-1-bjorn.andersson@linaro.org
Fixes: 3b5f3c0d0548 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/ufs/ufshcd.c