Thread (28 messages) 28 messages, 4 authors, 2020-08-07

Re: [PATCH v4 10/12] ASoC: qcom: lpass-cpu: Use platform_get_resource

From: Srinivas Kandagatla <hidden>
Date: 2020-07-24 11:22:14
Also in: alsa-devel, linux-arm-msm, lkml


On 22/07/2020 11:31, Rohit kumar wrote:
platform_get_resource_byname() is used when there
is list of reg entries. As lpass-cpu node has only
one reg entry, use platform_get_resource() instead.

Signed-off-by: Rohit kumar <redacted>
Reviewed-by: Srinivas Kandagatla <redacted>
quoted hunk ↗ jump to hunk
---
  sound/soc/qcom/lpass-cpu.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.c
index 5d84f63..1ee6d8b 100644
--- a/sound/soc/qcom/lpass-cpu.c
+++ b/sound/soc/qcom/lpass-cpu.c
@@ -575,7 +575,7 @@ int asoc_qcom_lpass_cpu_platform_probe(struct platform_device *pdev)
  
  	of_lpass_cpu_parse_dai_data(dev, drvdata);
  
-	res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "lpass-lpaif");
+	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
  
  	drvdata->lpaif = devm_ioremap_resource(dev, res);
  	if (IS_ERR((void const __force *)drvdata->lpaif)) {
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help