Re: [PATCH 1/2] soc: imx: gpc: use devm_platform_ioremap_resource() to simplify code

From: Shawn Guo
Date: Thu Apr 11 2019 - 01:30:39 EST


On Mon, Apr 01, 2019 at 06:07:08AM +0000, Anson Huang wrote:
> Use the new helper devm_platform_ioremap_resource() which wraps the
> platform_get_resource() and devm_ioremap_resource() together, to
> simplify the code.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied both, thanks.