aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-10-08 15:44:35 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-10-08 15:44:35 +0000
commit422971d7d98f0244aba5c05a3a1630e07fae8000 (patch)
tree67075ca366147366061c9cc77bb0194ccc52a0d7 /sys/dev
parentcee67b99803f7010622b951e97dfc2b07a04a4fc (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 760777258d98..5a7df119b956 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -586,7 +586,6 @@ acpi_read_ivar(device_t dev, device_t child, int index, uintptr_t *result)
break;
default:
- panic("bad ivar read request (%d)", index);
return(ENOENT);
}
return(0);