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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user