[PATCH v1] net: eth-uclass: Change uclass driver name to ethernet
Simon Glass
sjg at chromium.org
Fri Jan 8 23:45:17 CET 2021
On Thu, 7 Jan 2021 at 19:53, David Wu <david.wu at rock-chips.com> wrote:
>
> dev_read_alias_seq() used uc_drv->name compared to alias
> stem string, Ethernet's alias stem uses "ethernet", which
> does not match the eth-uclass driver name "eth", can not
> get the correct index of ethernet alias namer. So it seems
> change uclass driver name to match the alias stem is a more
> reasonable way.
>
> Signed-off-by: David Wu <david.wu at rock-chips.com>
> ---
> net/eth-uclass.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list