Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367610
b: refs/heads/master
c: 545d6e1
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Rafael J. Wysocki committed Mar 30, 2013
1 parent 68cdff1 commit b4e99d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 99aa36386351488d12ad5d302e096a77f22705d9
refs/heads/master: 545d6e189a41c94c11f55045a771118eccc9d9eb
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/pci_root.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ static acpi_status acpi_pci_query_osc(struct acpi_pci_root *root,
*control &= OSC_PCI_CONTROL_MASKS;
capbuf[OSC_CONTROL_TYPE] = *control | root->osc_control_set;
} else {
/* Run _OSC query for all possible controls. */
capbuf[OSC_CONTROL_TYPE] = OSC_PCI_CONTROL_MASKS;
/* Run _OSC query only with existing controls. */
capbuf[OSC_CONTROL_TYPE] = root->osc_control_set;
}

status = acpi_pci_run_osc(root->device->handle, capbuf, &result);
Expand Down

0 comments on commit b4e99d4

Please sign in to comment.