audio-kernel: fix compilation issues for pineapple target

Fix compilation issues in audio-kernel for pineapple target.

Change-Id: I93fa4fb670989f82139dd2cd0dbe57b52ad52504
Signed-off-by: Phani Kumar Uppalapati <quic_phaniu@quicinc.com>
This commit is contained in:
Phani Kumar Uppalapati
2022-11-18 11:58:05 -08:00
parent c2adcdf8a0
commit 5555970830
5 changed files with 11 additions and 13 deletions

View File

@@ -339,7 +339,7 @@ static int adsp_loader_probe(struct platform_device *pdev)
rproc_phandle = be32_to_cpup(prop->value);
adsp = rproc_get_by_phandle(rproc_phandle);
if (!adsp) {
dev_err(&pdev->dev, "fail to get rproc\n", __func__);
dev_err(&pdev->dev, "fail to get rproc\n");
return -EPROBE_DEFER;
}