Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15304
b: refs/heads/master
c: 9d6be4b
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Dec 23, 2005
1 parent bdab890 commit 9adf654
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: 05465fd5622202d65634b3a9a8bcc9cbb384a82a
refs/heads/master: 9d6be4bed65a3bd36ab2de12923bff4f4530bd86
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/utilities/utmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id)
for (i = 0; i < 64; i++) {
if (!(acpi_gbl_owner_id_mask & (1ULL << i))) {
ACPI_DEBUG_PRINT((ACPI_DB_VALUES,
"Current owner_id mask: %16.16lX New ID: %2.2X\n",
"Current owner_id mask: %16.16LX New ID: %2.2X\n",
acpi_gbl_owner_id_mask,
(unsigned int)(i + 1)));

Expand Down

0 comments on commit 9adf654

Please sign in to comment.