Files
i2som-imx-linux/drivers/net/ethernet
Peng Fan 71116925ee MLK-19220 net: ethernet: fec_main: drop of_dma_configure
The common code aready has the flow:
really_probe->dma_configure->of_dma_configure

There is no need to call it in driver specific probe function.
With of_dma_configure call twice, arch_setup_dma_ops will set
dev->dma_ops and dev->archdata.dev_dma_ops both to xen_dma_ops
when booting Kernel in Dom0 and cause stack overflow in
dma_alloc_coherent.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12 10:33:20 +08:00
..