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

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