From cfdba15b5aa4224a2be5e3725ac214a26a2340c2 Mon Sep 17 00:00:00 2001 From: Prashant Gaikwad Date: Thu, 18 Jan 2018 20:53:34 +0530 Subject: [PATCH] tegra: host: nvdla: reduce debug level for fw prints Firmware can span kernel log for large networks, reduce print level for firmare prints. Bug 2045645 Change-Id: I1a4cf18dc8350ca4a0ef06a47161c35c9198055e Signed-off-by: Prashant Gaikwad Reviewed-on: https://git-master.nvidia.com/r/1642273 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/video/tegra/host/nvdla/nvdla.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index 10ec62a6..3498170c 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -60,7 +60,7 @@ int nvhost_nvdla_flcn_isr(struct platform_device *pdev) message = mailbox0 & DLA_RESPONSE_MSG_MASK; if (message == DLA_MSG_DEBUG_PRINT) - dev_err(&pdev->dev, "falcon: %s", + dev_dbg(&pdev->dev, "falcon: %s", (char *)nvdla_dev->debug_dump_va); if ((message == DLA_MSG_CMD_COMPLETE ||