Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48664
b: refs/heads/master
c: b2b7910
h: refs/heads/master
v: v3
  • Loading branch information
Ahmed S. Darwish authored and Len Brown committed Feb 9, 2007
1 parent 4f30814 commit d01489b
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: d94d3dff0d5da3bdfcbb424ba5c08534521fd690
refs/heads/master: b2b7910d5d3cb6e53b40a435bbc3f1de60f4464a
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/toshiba_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int write_acpi_int(const char *methodName, int val)
union acpi_object in_objs[1];
acpi_status status;

params.count = sizeof(in_objs) / sizeof(in_objs[0]);
params.count = ARRAY_SIZE(in_objs);
params.pointer = in_objs;
in_objs[0].type = ACPI_TYPE_INTEGER;
in_objs[0].integer.value = val;
Expand Down

0 comments on commit d01489b

Please sign in to comment.