Re: [PATCH] net: bgmac-bcma: handle deferred probe error due to mac-address
From: Andrew Lunn <andrew@lunn.ch> Date: 2021-09-19 01:19:30
On Sat, Sep 18, 2021 at 07:26:32PM +0200, Christian Lamparter wrote:
Since the inclusion of nvmem into the helper function
of_get_mac_address() by
commit d01f449c008a ("of_net: add NVMEM support to of_get_mac_address")
it has been possible to receive a -EPROBE_DEFER return code during boot.
Please use this commit as the Fixes: tag.
Also, please base this in net, not next-next, and put net in subject,
as described in the netdev FAQ.
Andrew