Re: [PATCH v1] PCI: controller: convert to devm_platform_ioremap_resource()

From: Rob Herring
Date: Mon Jun 01 2020 - 18:15:23 EST


On Wed, 27 May 2020 00:01:10 +0800, Dejin Zheng wrote:
> use devm_platform_ioremap_resource() to simplify code, it
> contains platform_get_resource() and devm_ioremap_resource().
>
> Signed-off-by: Dejin Zheng <zhengdejin5@xxxxxxxxx>
> ---
> drivers/pci/controller/dwc/pci-exynos.c | 4 +---
> drivers/pci/controller/pci-aardvark.c | 5 ++---
> drivers/pci/controller/pci-ftpci100.c | 4 +---
> drivers/pci/controller/pci-versatile.c | 6 ++----
> drivers/pci/controller/pcie-brcmstb.c | 4 +---
> 5 files changed, 7 insertions(+), 16 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>