aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2025-01-02 18:21:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2025-01-02 18:21:30 +0000
commitb196276c20b577b364372f1aa1a646b9ce34bf5c (patch)
tree7cd0937a7495a49e682531df1bffb49e6aed48ad /sys/dev/bce
parent28f5e880e8b28d77cf1a4eb6ce2a766d3c5a3926 (diff)
Diffstat (limited to 'sys/dev/bce')
-rw-r--r--sys/dev/bce/if_bce.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index 226fca16ac28..73af49015e52 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -1544,7 +1544,6 @@ bce_detach(device_t dev)
ifmedia_removeall(&sc->bce_ifmedia);
else {
bus_generic_detach(dev);
- device_delete_child(dev, sc->bce_miibus);
}
/* Release all remaining resources. */