projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d13cd9
)
Revert "net: eth-uclass: Change uclass driver name to ethernet"
author
Tom Rini
<trini@konsulko.com>
Tue, 19 Jan 2021 20:35:00 +0000
(15:35 -0500)
committer
Tom Rini
<trini@konsulko.com>
Tue, 19 Jan 2021 20:35:00 +0000
(15:35 -0500)
This reverts commit
1231184caacad32c180d7e2338a645f7dfe9571a
.
While the change is fine in theory, a number of tests need to be updated
to match.
Signed-off-by: Tom Rini <trini@konsulko.com>
net/eth-uclass.c
patch
|
blob
|
history
diff --git
a/net/eth-uclass.c
b/net/eth-uclass.c
index 8a22d8bf590affac33b61d3b7a5fd4f6111598bc..7c2454f5aee702483c1e6034ebef290fafba30f6 100644
(file)
--- a/
net/eth-uclass.c
+++ b/
net/eth-uclass.c
@@
-597,8
+597,8
@@
static int eth_pre_remove(struct udevice *dev)
return 0;
}
-UCLASS_DRIVER(eth
ernet
) = {
- .name = "eth
ernet
",
+UCLASS_DRIVER(eth) = {
+ .name = "eth",
.id = UCLASS_ETH,
.post_bind = eth_post_bind,
.pre_unbind = eth_pre_unbind,