Re: [PATCH] ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resource

2020-10-05 Thread Mark Brown
On Sun, 4 Oct 2020 12:45:05 +0300, Codrin Ciubotariu wrote: > Use the helper function that wraps the calls to platform_get_resource() > and devm_ioremap_resource() together. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC:

[PATCH] ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resource

2020-10-04 Thread Codrin Ciubotariu
Use the helper function that wraps the calls to platform_get_resource() and devm_ioremap_resource() together. Signed-off-by: Codrin Ciubotariu --- sound/soc/atmel/mchp-spdifrx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/atmel/mchp-spdifrx.c