]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: intel: 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:14 +0000 (16:13 +0300)
commit9d5b6a9520ad854c271832b634b9016443a140d6
treef0ec15416525dfbd57a9a04fe925026ce67c061f
parenta86f12b2770a5bc25ea721f976a6cc5c55d6f481
pinctrl: intel: 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-intel.c