Skip to content

Commit

Permalink
Revert "pcie-brcmstb-bounce64.c: dev_err() -> dev_info() for info mes…
Browse files Browse the repository at this point in the history
…sages"

This reverts commit 2340a88.
  • Loading branch information
pelwell authored and popcornmix committed Jul 13, 2020
1 parent 519442c commit cb6c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/controller/pcie-brcmstb-bounce64.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ int brcm_pcie_bounce_init(struct device *dev,

g_dmabounce_device_info = device_info;

dev_info(dev, "dmabounce: initialised - %ld kB, threshold %pad\n",
dev_err(dev, "dmabounce: initialised - %ld kB, threshold %pad\n",
buffer_size / 1024, &threshold);

return 0;
Expand Down

0 comments on commit cb6c4e2

Please sign in to comment.