summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc_acpi.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-09-16 06:37:05 +0000
committerimp <imp@FreeBSD.org>2004-09-16 06:37:05 +0000
commit3d3172e3cda61cc88a5040098d4bf5cae6f93d77 (patch)
tree696488bd9f979d9d3753340285729a19fb0d9c71 /sys/dev/fdc/fdc_acpi.c
parent07b30a1ef0b837a7f75af1787f2518d561ca450c (diff)
downloadFreeBSD-src-3d3172e3cda61cc88a5040098d4bf5cae6f93d77.zip
FreeBSD-src-3d3172e3cda61cc88a5040098d4bf5cae6f93d77.tar.gz
default: case shouldn't set an error yet either.
Diffstat (limited to 'sys/dev/fdc/fdc_acpi.c')
-rw-r--r--sys/dev/fdc/fdc_acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c
index da4d384..d488fdd 100644
--- a/sys/dev/fdc/fdc_acpi.c
+++ b/sys/dev/fdc/fdc_acpi.c
@@ -159,7 +159,6 @@ fdc_acpi_attach(device_t dev)
break;
default:
device_printf(dev, "invalid _FDE type %d\n", obj->Type);
- error = ENXIO;
goto out;
}
error = fdc_acpi_probe_children(bus, dev, fde);
OpenPOWER on IntegriCloud