]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: baytrail: Use devm_platform_ioremap_resource()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 3 Jul 2019 14:44:20 +0000 (17:44 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 23 Jul 2019 13:13:13 +0000 (16:13 +0300)
commit24025010d1b9d49bda11727f068a9dae381db6f8
tree494ac37f948eb05a5bc3171edec2410953bf0413
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
pinctrl: baytrail: Use devm_platform_ioremap_resource()

Use the new helper that wraps the calls to platform_get_resource()
and devm_ioremap_resource() together.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-baytrail.c