Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310154
b: refs/heads/master
c: ae18871
h: refs/heads/master
v: v3
  • Loading branch information
Mattia Dongili authored and Matthew Garrett committed May 31, 2012
1 parent 26d52c0 commit 9b6b48f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5fe801a7427cb13c530af59e2b77b30d789d9b9a
refs/heads/master: ae188715ac3215f33ea6a8b829529225bf67deaa
7 changes: 6 additions & 1 deletion trunk/drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,13 @@ static union acpi_object *__call_snc_method(acpi_handle handle, char *method,
params.count = 1;
params.pointer = ∈
status = acpi_evaluate_object(handle, method, &params, &output);
} else
dprintk("__call_snc_method: [%s:0x%.8x%.8x]\n", method,
(unsigned int)(*value >> 32),
(unsigned int)*value & 0xffffffff);
} else {
status = acpi_evaluate_object(handle, method, NULL, &output);
dprintk("__call_snc_method: [%s]\n", method);
}

if (ACPI_FAILURE(status)) {
pr_err("Failed to evaluate [%s]\n", method);
Expand Down

0 comments on commit 9b6b48f

Please sign in to comment.