Re: [PATCH v4 6/6] stmmac: pci: Remove setup handler indirection via stmmac_pci_info

2017-06-02 Thread Andy Shevchenko
On Fri, Jun 2, 2017 at 10:34 AM, Jan Kiszka wrote: > By now, stmmac_pci_info only contains a single entry. Register this > directly with the PCI device table, removing one indirection. Please, drop this patch from the next version. We can discuss it after the first 5 will be in. -- With Best

[PATCH v4 6/6] stmmac: pci: Remove setup handler indirection via stmmac_pci_info

2017-06-02 Thread Jan Kiszka
By now, stmmac_pci_info only contains a single entry. Register this directly with the PCI device table, removing one indirection. Signed-off-by: Jan Kiszka --- drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 34 +--- 1 file changed, 12 insertions(+), 22 deletions(-) diff