diff --git a/drivers/pci/controller/pcie-brcmstb-bounce64.c b/drivers/pci/controller/pcie-brcmstb-bounce64.c index d9f1a46fc3315f..d6dfcd135ef89d 100644 --- a/drivers/pci/controller/pcie-brcmstb-bounce64.c +++ b/drivers/pci/controller/pcie-brcmstb-bounce64.c @@ -524,7 +524,7 @@ int brcm_pcie_bounce_init(struct device *dev, g_dmabounce_device_info = device_info; - dev_err(dev, "dmabounce: initialised - %ld kB, threshold %pad\n", + dev_info(dev, "dmabounce: initialised - %ld kB, threshold %pad\n", buffer_size / 1024, &threshold); return 0;