Rosen Penev <rosenp@xxxxxxxxx> writes: > When using nvmem, ath9k could potentially be loaded before nvmem, which > loads after mtd. This is an issue if DT contains an nvmem mac address. > > If nvmem is not ready in time for ath9k, -EPROBE_DEFER is returned. Pass > it to _probe so that ath9k can properly grab a potentially present MAC > address. > > Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx> Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxx>