]> git.baikalelectronics.ru Git - uboot.git/commit
net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 2 Aug 2022 08:55:26 +0000 (10:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2022 15:37:57 +0000 (11:37 -0400)
commit768dee491b2dd188e0158b6fe5197d70af5895dc
treef364eb6eecd8211f8aac5190fdfa83cad5e46962
parentc70fd7b913cd28bd6a560d898e1308f7a49e89a3
net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32

Add .eqos_get_enetaddr callback defined as eqos_null_ops() to avoid
illegal access.

Fixes: bf79fe363f51 ("net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr")
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dwc_eth_qos.c