Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367604
b: refs/heads/master
c: e4f5224
h: refs/heads/master
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Rafael J. Wysocki committed Mar 24, 2013
1 parent 1d26946 commit 6911658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1458187ae66825871c93b6b56ca2cd1d88e9cb9
refs/heads/master: e4f5224464739a89e6a6c9169211ef4f76165056
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ int acpi_check_resource_conflict(const struct resource *res)
else
space_id = ACPI_ADR_SPACE_SYSTEM_MEMORY;

length = res->end - res->start + 1;
length = resource_size(res);
if (acpi_enforce_resources != ENFORCE_RESOURCES_NO)
warn = 1;
clash = acpi_check_address_range(space_id, res->start, length, warn);
Expand Down

0 comments on commit 6911658

Please sign in to comment.