mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array
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>
This commit is contained in:
parent
53e3d52c6c
commit
e3562b3a8e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue