[Skiboot] [PATCH] PSI: Convert prerror to PR_NOTICE
Vasant Hegde
hegdevasant at linux.vnet.ibm.com
Tue May 12 21:53:40 AEST 2020
"Spurious interrupt" is not severe. Reduce message severity
and keep msglog happy!
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
hw/psi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/psi.c b/hw/psi.c
index 63fcb257e..339bc28c8 100644
--- a/hw/psi.c
+++ b/hw/psi.c
@@ -264,7 +264,7 @@ static void psi_spurious_fsp_irq(struct psi *psi)
{
u64 reg, bit;
- prerror("PSI: Spurious interrupt, attempting clear\n");
+ prlog(PR_NOTICE, "PSI: Spurious interrupt, attempting clear\n");
if (proc_gen == proc_gen_p9) {
reg = PSIHB_XSCOM_P9_HBCSR_CLR;
--
2.21.1
More information about the Skiboot
mailing list