summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Bavanari <abavanar@codeaurora.org>2020-07-23 15:36:36 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-07-23 03:24:40 -0700
commit5741915c18cd3d3ddae9783e6e545c0a433018c8 (patch)
treeb97eeaab94f3289dcb49a5040895c160f9a35fe2
parentb28f33f70db5c01af85574fd2285eae1651c2fca (diff)
downloadmsm-extra-5741915c18cd3d3ddae9783e6e545c0a433018c8.tar.gz
adsp-loader: Fix compilation error in adsp loader
Debug logs arguments are not correct in adsp loader during an error scenario. Correct the arguments to fix compilation error. Change-Id: Ibdba5ce1332b287c84a38512fba8764298f4dd80
-rw-r--r--dsp/adsp-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsp/adsp-loader.c b/dsp/adsp-loader.c
index e99d6a3c..4804f8c7 100644
--- a/dsp/adsp-loader.c
+++ b/dsp/adsp-loader.c
@@ -359,7 +359,7 @@ static int adsp_loader_probe(struct platform_device *pdev)
&adsp_fuse_not_supported);
if (ret) {
dev_dbg(&pdev->dev,
- "%s: adsp_fuse_not_supported prop not found",
+ "%s: adsp_fuse_not_supported prop not found %d\n",
__func__, ret);
goto wqueue;
}