Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206751
b: refs/heads/master
c: 5821f75
h: refs/heads/master
i:
  206749: e249745
  206747: c581400
  206743: 9ca6bb7
  206735: 9cdf035
  206719: a3e4717
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jul 7, 2010
1 parent 4910fdb commit c6ad306
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: b27d65975c252ff774edff8e01f0a9fd46d8ab62
refs/heads/master: 5821f75421aa7c7bafdec291223153597f649934
6 changes: 3 additions & 3 deletions trunk/drivers/acpi/acpica/acstruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ struct acpi_evaluate_info {
/* Info used by acpi_ns_initialize_devices */

struct acpi_device_walk_info {
u16 device_count;
u16 num_STA;
u16 num_INI;
struct acpi_table_desc *table_desc;
struct acpi_evaluate_info *evaluate_info;
u32 device_count;
u32 num_STA;
u32 num_INI;
};

/* TBD: [Restructure] Merge with struct above */
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/acpica/nsinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ acpi_status acpi_ns_initialize_devices(void)
}

ACPI_DEBUG_PRINT_RAW((ACPI_DB_INIT,
"\nExecuted %hd _INI methods requiring %hd _STA executions "
"(examined %hd objects)\n",
"\nExecuted %u _INI methods requiring %u _STA executions "
"(examined %u objects)\n",
info.num_INI, info.num_STA, info.device_count));

return_ACPI_STATUS(status);
Expand Down

0 comments on commit c6ad306

Please sign in to comment.