mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
Don't probe/attach in the ACPI_DEBUG case.
This commit is contained in:
parent
7a15653c9c
commit
f504b6074b
1 changed files with 1 additions and 2 deletions
|
|
@ -1239,10 +1239,9 @@ acpi_probe_child(ACPI_HANDLE handle, UINT32 level, void *context, void **status)
|
|||
*/
|
||||
acpi_parse_resources(child, handle, &acpi_res_parse_set, NULL);
|
||||
|
||||
/* If we're debugging, probe/attach now rather than later */
|
||||
/* If order was overridden, probe/attach now rather than later. */
|
||||
if (probe_now)
|
||||
device_probe_and_attach(child);
|
||||
ACPI_DEBUG_EXEC(device_probe_and_attach(child));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue