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

2022-08-08 Thread Tom Rini
On Tue, Aug 02, 2022 at 10:55:25AM +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 1/2] net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186

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