lkml.org 
[lkml]   [2020]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 10/12] ASoC: qcom: lpass-cpu: Use platform_get_resource
    Date
    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 <rohitkr@codeaurora.org>
    ---
    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)) {
    --
    Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
    is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.
    \
     
     \ /
      Last update: 2020-07-22 12:35    [W:4.020 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site