Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102045682
D43891.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
D43891.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
@@ -1629,7 +1629,8 @@
" (type=%d, rid=%d)\n", type, rid);
return;
}
- resource_list_unreserve(rl, bus, child, type, rid);
+ if (resource_list_reserved(rl, type, rid))
+ resource_list_unreserve(rl, bus, child, type, rid);
resource_list_delete(rl, type, rid);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 10:36 PM (22 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14522197
Default Alt Text
D43891.diff (403 B)
Attached To
Mode
D43891: acpi: Don't assume a resource is reserved in acpi_delete_resource
Attached
Detach File
Event Timeline
Log In to Comment