Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157099573
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
Tue, May 19, 10:56 AM (11 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33308598
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