summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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