All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array
@ 2019-08-07 16:33 Alex Marginean
  2019-09-03 22:06 ` Joe Hershberger
  2019-09-04 16:41 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Marginean @ 2019-08-07 16:33 UTC (permalink / raw)
  To: u-boot

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 <alexm.osslist@gmail.com>
---
 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 60d21537b8..b4463a58a5 100644
--- a/drivers/net/fsl_enetc_mdio.c
+++ b/drivers/net/fsl_enetc_mdio.c
@@ -144,6 +144,7 @@ U_BOOT_DRIVER(enetc_mdio) = {
 
 static struct pci_device_id enetc_mdio_ids[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_FREESCALE, PCI_DEVICE_ID_ENETC_MDIO) },
+	{ }
 };
 
 U_BOOT_PCI_DEVICE(enetc_mdio, enetc_mdio_ids);
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array
  2019-08-07 16:33 [U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array Alex Marginean
@ 2019-09-03 22:06 ` Joe Hershberger
  2019-09-04 16:41 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2019-09-03 22:06 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 7, 2019 at 11:33 AM Alex Marginean
<alexandru.marginean@nxp.com> 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 <alexm.osslist@gmail.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array
  2019-08-07 16:33 [U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array Alex Marginean
  2019-09-03 22:06 ` Joe Hershberger
@ 2019-09-04 16:41 ` Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2019-09-04 16:41 UTC (permalink / raw)
  To: u-boot

Hi Alex,

https://patchwork.ozlabs.org/patch/1143592/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-04 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-07 16:33 [U-Boot] [PATCH] drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array Alex Marginean
2019-09-03 22:06 ` Joe Hershberger
2019-09-04 16:41 ` [U-Boot] " Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.