77bdaf39f3
The function lan966x_mac_wait_for_completion is used to poll the status
of the MAC table using the function readx_poll_timeout. The problem with
this function is that is called also from atomic context. Therefore
update the function to use readx_poll_timeout_atomic.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
lan966x_ethtool.c | ||
lan966x_fdb.c | ||
lan966x_ifh.h | ||
lan966x_mac.c | ||
lan966x_main.c | ||
lan966x_main.h | ||
lan966x_mdb.c | ||
lan966x_phylink.c | ||
lan966x_port.c | ||
lan966x_regs.h | ||
lan966x_switchdev.c | ||
lan966x_vlan.c | ||
Makefile |