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 <pgaikwad@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1642273
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Prashant Gaikwad
2018-01-18 20:53:34 +05:30
committed by Laxman Dewangan
parent 20a3db1511
commit cfdba15b5a

View File

@@ -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 ||