Re: [PATCH] net: eth-uclass: Change uclass driver name to ethernet

2021-01-07 Thread Simon Glass
Hi David, On Wed, 6 Jan 2021 at 20:56, David Wu 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

[PATCH] net: eth-uclass: Change uclass driver name to ethernet

2021-01-06 Thread David Wu
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