Tag: bbe580302d33cff282129e26c44f9c3450d6a086

ASoC: axi-spdif: Use devm_ioremap_resource() instead of devm_request_and_ioremap()

Author: Fengguang Wu <fengguang.wu@intel.com> devm_request_and_ioremap() has been deprecated in favour of devm_ioremap_resource(). Fixes the following coccinelle warning: sound/soc/adi/axi-spdif.c:194:8-32: ERROR: deprecated devm_request_and_ioremap() API used on line 194 Generated by: coccinelle/api/devm_ioremap_resource.cocci Signed-off-by: Fengguang Wu Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown — sound/soc/adi/axi-spdif.c | 6 +++— 1 file changed, 3 insertions(+), 3 deletions(-)   diff –git a/sound/soc/adi/axi-spdif.c b/sound/soc/adi/axi-spdif.c …

Continue reading