From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:41:23 +0000
Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c
---
u-boot/drivers/core/device.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/u-boot/drivers/core/device.c b/u-boot/drivers/core/device.c
index e0e9ca1..a8803ee 100644
--- a/u-boot/drivers/core/device.c
+++ b/u-boot/drivers/core/device.c
@@ -97,8 +97,6 @@
debug("%s do not delete uboot dev: %s\n",
__func__, dev->name);
return 0;
- } else if (drv->id == UCLASS_REGULATOR) {
- /* stay in dm tree, in order to handle exclusion */
} else {
list_del_init(&dev->uclass_node);
}
--
Gitblit v1.6.2