Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150423622
D47968.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
D47968.diff
View Options
diff --git a/sys/dev/bhnd/bcma/bcma.c b/sys/dev/bhnd/bcma/bcma.c
--- a/sys/dev/bhnd/bcma/bcma.c
+++ b/sys/dev/bhnd/bcma/bcma.c
@@ -81,7 +81,6 @@
/* Enumerate children */
if ((error = bcma_add_children(dev))) {
- device_delete_children(dev);
return (error);
}
diff --git a/sys/dev/bhnd/siba/siba.c b/sys/dev/bhnd/siba/siba.c
--- a/sys/dev/bhnd/siba/siba.c
+++ b/sys/dev/bhnd/siba/siba.c
@@ -85,7 +85,6 @@
/* Enumerate children */
if ((error = siba_add_children(dev))) {
- device_delete_children(dev);
SIBA_LOCK_DESTROY(sc);
return (error);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 3:04 AM (54 m, 4 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30700644
Default Alt Text
D47968.diff (571 B)
Attached To
Mode
D47968: bhnd bcma/siba: Remove duplicate call to device_delete_children
Attached
Detach File
Event Timeline
Log In to Comment