Re: [PATCH v2 06/32] pci: Drop DM_PCI check from pci_common

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:19PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 06/32] pci: Drop DM_PCI check from pci_common

2021-08-01 Thread Simon Glass
We don't need this check anymore since when PCI is enabled, driver model is always used. Signed-off-by: Simon Glass --- (no changes since v1) drivers/pci/pci_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pci_common.c b/drivers/pci/pci_common.c ind