Re: [PATCH 2/2] net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32

2022-08-08 Thread Tom Rini
On Tue, Aug 02, 2022 at 10:55:26AM +0200, Patrice Chotard wrote: > Add .eqos_get_enetaddr callback defined as eqos_null_ops() to avoid > illegal access. > > Fixes: a624251461bf ("net: dwc_eth_qos: introduce eqos hook > eqos_get_enetaddr") > > Signed-off-by: Patrice Chotard > Reviewed-by: Ramon

Re: [PATCH 2/2] net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32

2022-08-06 Thread Ramon Fried
On Tue, Aug 2, 2022 at 11:56 AM Patrice Chotard wrote: > > Add .eqos_get_enetaddr callback defined as eqos_null_ops() to avoid > illegal access. > > Fixes: a624251461bf ("net: dwc_eth_qos: introduce eqos hook > eqos_get_enetaddr") > > Signed-off-by: Patrice Chotard > --- > > drivers/net/dwc_eth