Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/acpica/acpi_powerres.c 128248 2004-04-14 17:47:42Z njl $");
---
> __FBSDID("$FreeBSD: head/sys/dev/acpica/acpi_powerres.c 128252 2004-04-14 17:58:19Z njl $");
310a311,314
> /* It's never ok to switch a non-existent consumer. */
> if (consumer == NULL)
> return_ACPI_STATUS (AE_NOT_FOUND);
>