Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157374858
D43686.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
332 B
Referenced Files
None
Subscribers
None
D43686.diff
View Options
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1533,7 +1533,7 @@
}
}
} else
- res = BUS_ALLOC_RESOURCE(device_get_parent(bus), child, type, rid,
+ res = bus_generic_alloc_resource(bus, child, type, rid,
start, end, count, flags);
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 6:31 PM (7 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33401938
Default Alt Text
D43686.diff (332 B)
Attached To
Mode
D43686: acpi: Use bus_generic_alloc_resource instead of duplicating it
Attached
Detach File
Event Timeline
Log In to Comment