aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/maestro.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/maestro.c')
-rw-r--r--sys/dev/sound/pci/maestro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c
index d1b9b5bb8620..a1773491c8ca 100644
--- a/sys/dev/sound/pci/maestro.c
+++ b/sys/dev/sound/pci/maestro.c
@@ -1753,7 +1753,7 @@ agg_probe(device_t dev)
if (s != NULL && pci_get_class(dev) == PCIC_MULTIMEDIA) {
device_set_desc(dev, s);
- return 0;
+ return BUS_PROBE_DEFAULT;
}
return ENXIO;
}