mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
150d0ceab7
Currently, of_get_ethdev_address() return is checked for any return error code which means that trying to get the MAC from NVMEM cells that is backed by MTD will fail if it was not probed before ag71xx. So, lets check the return error code for EPROBE_DEFER and defer the ag71xx probe in that case until the underlying NVMEM device is live. Link: https://github.com/openwrt/openwrt/pull/15752 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
---|---|---|
.. | ||
arch/mips/include/asm/fw/myloader | ||
drivers | ||
include/mfd |