[Skiboot] [PATCH] nx-compress: PR_DEBUG not prerror in the normal case

Stewart Smith stewart at linux.vnet.ibm.com
Fri Oct 6 14:43:54 AEDT 2017


Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 hw/nx-compress.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/nx-compress.c b/hw/nx-compress.c
index 2b1784e52f25..9b896644575a 100644
--- a/hw/nx-compress.c
+++ b/hw/nx-compress.c
@@ -70,7 +70,7 @@ static int nx_cfg_dma_vas_mmio(u32 gcid, u64 xcfg)
 	if (rc)
 		prerror("NX%d: ERROR: DMA VAS MMIO BAR, %d\n", gcid, rc);
 	else
-		prerror("NX%d: DMA VAS MMIO BAR, 0x%016lx, xcfg 0x%llx\n",
+		prlog(PR_DEBUG, "NX%d: DMA VAS MMIO BAR, 0x%016lx, xcfg 0x%llx\n",
 			gcid, (unsigned long)cfg, xcfg);
 
 	return rc;
-- 
2.13.6



More information about the Skiboot mailing list