Hi Lorenzo, On 21.9.2018 11:29, Lorenzo Pieralisi wrote: > On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: >> PCI host drivers have already matched on compatible strings, so checking >> device_type is redundant. Also, device_type is considered deprecated for >> FDT though we've still been requiring it for PCI hosts as it is useful >> for finding PCI buses. >> >> Cc: Will Deacon <will.dea...@arm.com> >> Cc: Lorenzo Pieralisi <lorenzo.pieral...@arm.com> >> Cc: Bjorn Helgaas <bhelg...@google.com> >> Cc: Alan Douglas <adoug...@cadence.com> >> Cc: Subrahmanya Lingappa <l.subrahma...@mobiveil.co.in> >> Cc: Michal Simek <michal.si...@xilinx.com> >> Cc: linux-...@vger.kernel.org >> Cc: linux-arm-ker...@lists.infradead.org >> Signed-off-by: Rob Herring <r...@kernel.org> >> --- >> drivers/pci/controller/pci-host-common.c | 8 -------- >> drivers/pci/controller/pcie-cadence-host.c | 7 ------- >> drivers/pci/controller/pcie-mobiveil.c | 7 ------- >> drivers/pci/controller/pcie-xilinx-nwl.c | 9 --------- >> drivers/pci/controller/pcie-xilinx.c | 7 ------- >> 5 files changed, 38 deletions(-) > > Hi Michal, > > are you OK with these changes ?
This change is fine. Acked-by: Michal Simek <michal.si...@xilinx.com> Thanks, Michal