aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uhci_pci.c')
-rw-r--r--sys/dev/usb/uhci_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c
index 3583eae97610..c92273c590f5 100644
--- a/sys/dev/usb/uhci_pci.c
+++ b/sys/dev/usb/uhci_pci.c
@@ -255,7 +255,7 @@ uhci_pci_probe(device_t self)
if (desc) {
device_set_desc(self, desc);
- return 0;
+ return BUS_PROBE_DEFAULT;
} else {
return ENXIO;
}