Re: [U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array

2019-09-03 Thread Joe Hershberger
On Wed, Aug 7, 2019 at 11:33 AM Alex Marginean wrote: > > It was missing in the original submission and not having it in place causes > issues with probing of PCI devices. > > Signed-off-by: Alex Marginean Acked-by: Joe Hershberger ___ U-Boot mailing

[U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array

2019-08-07 Thread Alex Marginean
It was missing in the original submission and not having it in place causes issues with probing of PCI devices. Signed-off-by: Alex Marginean --- drivers/net/fsl_enetc_mdio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/fsl_enetc_mdio.c b/drivers/net/fsl_enetc_mdio.c index