
6 Aug
2022
6 Aug
'22
7:45 p.m.
On Tue, Aug 2, 2022 at 11:56 AM Patrice Chotard patrice.chotard@foss.st.com 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 patrice.chotard@foss.st.com
drivers/net/dwc_eth_qos.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index 09d95e4bc3..5b2e7cba14 100644 --- a/drivers/net/dwc_eth_qos.c +++ b/drivers/net/dwc_eth_qos.c @@ -1638,6 +1638,7 @@ static struct eqos_ops eqos_stm32_ops = { .eqos_calibrate_pads = eqos_null_ops, .eqos_disable_calibration = eqos_null_ops, .eqos_set_tx_clk_speed = eqos_null_ops,
.eqos_get_enetaddr = eqos_null_ops, .eqos_get_tick_clk_rate = eqos_get_tick_clk_rate_stm32
};
-- 2.25.1
Reviewed-by: Ramon Fried rfried.dev@gmail.com