mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Remove accidental change.
This commit is contained in:
parent
431c0866bb
commit
1f36889f63
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130210
@ -193,7 +193,7 @@ acpi_pci_set_powerstate_method(device_t dev, device_t child, int state)
|
||||
if (error)
|
||||
return (error);
|
||||
}
|
||||
h = acpi_get_handle(dev);
|
||||
h = acpi_get_handle(child);
|
||||
status = acpi_pwr_switch_consumer(h, acpi_state);
|
||||
if (ACPI_FAILURE(status) && status != AE_NOT_FOUND)
|
||||
device_printf(dev,
|
||||
|
Loading…
Reference in New Issue
Block a user