Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7847
b: refs/heads/master
c: 824b558
h: refs/heads/master
i:
  7845: ba32ef7
  7843: d3bc735
  7839: 81ae656
v: v3
  • Loading branch information
Luming Yu authored and Len Brown committed Sep 3, 2005
1 parent bbaa2c8 commit 64599aa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a31477a95d642dd42a1be7cc342f5902b56f584
refs/heads/master: 824b558bbe2c298b165cdb54c33718994dda30bb
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,12 @@ acpi_video_device_set_state(struct acpi_video_device *device, int state)
int status;
union acpi_object arg0 = { ACPI_TYPE_INTEGER };
struct acpi_object_list args = { 1, &arg0 };
unsigned long ret;

ACPI_FUNCTION_TRACE("acpi_video_device_set_state");

arg0.integer.value = state;
status = acpi_evaluate_integer(device->handle, "_DSS", &args, NULL);
status = acpi_evaluate_integer(device->handle, "_DSS", &args, &ret);

return_VALUE(status);
}
Expand Down

0 comments on commit 64599aa

Please sign in to comment.