aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-10-06 14:43:54 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-06 01:21:02 -0500
commit87b7c5f37c63bd7fa0e32696d99e913bfbc4f594 (patch)
tree686ec2724e8af304575d8c0964b054f5551df444 /hw
parentb987d1a97632d19e50e1a4858408444c1ae01351 (diff)
downloadskiboot-87b7c5f37c63bd7fa0e32696d99e913bfbc4f594.zip
skiboot-87b7c5f37c63bd7fa0e32696d99e913bfbc4f594.tar.gz
skiboot-87b7c5f37c63bd7fa0e32696d99e913bfbc4f594.tar.bz2
nx-compress: PR_DEBUG not prerror in the normal case
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/nx-compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nx-compress.c b/hw/nx-compress.c
index 2b1784e..9b89664 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;