Re: [PATCH v2 6/6] net: dwc: add a common empty ops eqos_null_ops

2021-04-29 Thread Ramon Fried
On Mon, Apr 26, 2021 at 6:47 PM Patrick Delaunay wrote: > > Add a common empty ops: eqos_null_ops() to remove the duplicated empty > functions and reduce the driver size for stm32 and imx config. > > This patch also aligns the prototype of ops 'eqos_stop_clks' with other > eqos ops by adding

[PATCH v2 6/6] net: dwc: add a common empty ops eqos_null_ops

2021-04-26 Thread Patrick Delaunay
Add a common empty ops: eqos_null_ops() to remove the duplicated empty functions and reduce the driver size for stm32 and imx config. This patch also aligns the prototype of ops 'eqos_stop_clks' with other eqos ops by adding return value. Signed-off-by: Patrick Delaunay --- Changes in v2: -