Re: [PATCH] ASoC: qcom: Use devm_platform_ioremap_resource_byname() to simplify code

2020-05-08 Thread Mark Brown
On Mon, 4 May 2020 15:28:20 +0800, Tang Bin wrote: > Use devm_platform_ioremap_resource_byname() instead of > platform_get_resource_byname() + devm_ioremap_resource(). > > Signed-off-by: Zhang Shengju > Signed-off-by: Tang Bin > --- > sound/soc/qcom/lpass-cpu.c | 6 ++ > 1 file changed, 2

Re: [PATCH] ASoC: qcom: Use devm_platform_ioremap_resource_byname()to simplify code

2020-05-06 Thread Tang Bin
On 2020/5/5 13:35, kbuild test robot wrote: Hi Tang, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v5.7-rc4 next-20200504] [if your patch is applied to the wrong git tree, please drop us a note to help improve the

Re: [PATCH] ASoC: qcom: Use devm_platform_ioremap_resource_byname() to simplify code

2020-05-04 Thread kbuild test robot
Hi Tang, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v5.7-rc4 next-20200504] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to

[PATCH] ASoC: qcom: Use devm_platform_ioremap_resource_byname() to simplify code

2020-05-04 Thread Tang Bin
Use devm_platform_ioremap_resource_byname() instead of platform_get_resource_byname() + devm_ioremap_resource(). Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- sound/soc/qcom/lpass-cpu.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git