diff options
| -rw-r--r-- | drivers/platform/x86/panasonic-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/panasonic-laptop.c b/drivers/platform/x86/panasonic-laptop.c index a5ce4bc202e3..41cf3e794937 100644 --- a/drivers/platform/x86/panasonic-laptop.c +++ b/drivers/platform/x86/panasonic-laptop.c | |||
| @@ -271,7 +271,7 @@ static int acpi_pcc_retrieve_biosdata(struct pcc_acpi *pcc, u32 *sinf) | |||
| 271 | union acpi_object *hkey = NULL; | 271 | union acpi_object *hkey = NULL; |
| 272 | int i; | 272 | int i; |
| 273 | 273 | ||
| 274 | status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SINF, 0, | 274 | status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SINF, NULL, |
| 275 | &buffer); | 275 | &buffer); |
| 276 | if (ACPI_FAILURE(status)) { | 276 | if (ACPI_FAILURE(status)) { |
| 277 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, | 277 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, |
