Re: [PATCH v2 3/6] stmmac: pci: Make stmmac_pci_find_phy_addr truly generic

2017-05-27 Thread Andy Shevchenko
On Fri, May 26, 2017 at 7:07 PM, Jan Kiszka wrote: > Move the special case for the early Galileo firmware into > quark_default_setup. This allows to use stmmac_pci_find_phy_addr for > non-quark cases. > ret = stmmac_pci_find_phy_addr(pdev, info); > - if (ret < 0) > - r

[PATCH v2 3/6] stmmac: pci: Make stmmac_pci_find_phy_addr truly generic

2017-05-26 Thread Jan Kiszka
Move the special case for the early Galileo firmware into quark_default_setup. This allows to use stmmac_pci_find_phy_addr for non-quark cases. Signed-off-by: Jan Kiszka --- drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-