staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper
authorCristiane Naves <cristianenavescardoso09@gmail.com>
Sat, 26 Oct 2019 23:52:14 +0000 (20:52 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2019 07:15:43 +0000 (08:15 +0100)
commit2a8f0e9ccb5dacd99bbe83c700bc672807fb1a58
tree9a592001a930a2c48123e91c385055f4416e6601
parent140cf83dbdc0780886ed32b792c6c88cde54dc6c
staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper

Use devm_platform_ioremap_resource helper which wraps
platform_get_resource() and devm_ioremap_resource() together. Issue
found by coccicheck.

Signed-off-by: Cristiane Naves <cristianenavescardoso09@gmail.com>
Link: https://lore.kernel.org/r/20191026235214.GA11702@cristiane-Inspiron-5420
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fieldbus/anybuss/arcx-anybus.c