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 <[email protected]> >> Cc: Lorenzo Pieralisi <[email protected]> >> Cc: Bjorn Helgaas <[email protected]> >> Cc: Alan Douglas <[email protected]> >> Cc: Subrahmanya Lingappa <[email protected]> >> Cc: Michal Simek <[email protected]> >> Cc: [email protected] >> Cc: [email protected] >> Signed-off-by: Rob Herring <[email protected]> >> --- >> 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 <[email protected]> Thanks, Michal

