diff mbox series

nx-compress: PR_DEBUG not prerror in the normal case

Message ID 20171006034354.5488-1-stewart@linux.vnet.ibm.com
State Accepted
Headers show
Series nx-compress: PR_DEBUG not prerror in the normal case | expand

Commit Message

Stewart Smith Oct. 6, 2017, 3:43 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
---
 hw/nx-compress.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith Oct. 6, 2017, 6:28 a.m. UTC | #1
Stewart Smith <stewart@linux.vnet.ibm.com> writes:
> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
> ---
>  hw/nx-compress.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged as of 87b7c5f37c63bd7fa0e32696d99e913bfbc4f594
diff mbox series

Patch

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;