Commits
Kishon Vijay Abraham I committed fde608d3aaf
ntb: ntb_hw_epf: Error out from probe() for bridge devices ntb_hw_epf should be probed only for endpoints configured with pci-epf-ntb function driver. Controllers that can be configured both as RC and EP have the same vendor id/device id for both EP and RC making ntb_epf_pci_probe() invoked for host bridge. Error out from probe() for bridge devices so that unnecessary warnings are not seen. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>