Re: [PATCH 08/10] net: rtl8139: Use PCI_DEVICE() to define PCI device compat list

2020-06-12 Thread Tom Rini
On Sat, May 09, 2020 at 10:34:42PM +0200, Marek Vasut wrote: > Use this macro to fully fill the PCI device ID table. This is mandatory > for the DM PCI support, which checks all the fields. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger Applied to u-boot/next, thanks! -- Tom signatur

[PATCH 08/10] net: rtl8139: Use PCI_DEVICE() to define PCI device compat list

2020-05-09 Thread Marek Vasut
Use this macro to fully fill the PCI device ID table. This is mandatory for the DM PCI support, which checks all the fields. Signed-off-by: Marek Vasut Cc: Joe Hershberger --- drivers/net/rtl8139.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/rtl8139.c b/d