aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/maestro.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-01 08:58:06 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-01 08:58:06 +0000
commitd2b677bb1ad8b7b83a1a54d988de291088d165a5 (patch)
treea34360b3a438a6bdc8d086e0c722c1abea55e974 /sys/dev/sound/pci/maestro.c
parent081322613b3ddb8f27dd3d16ade6cc4befc40e7c (diff)
downloadsrc-d2b677bb1ad8b7b83a1a54d988de291088d165a5.tar.gz
src-d2b677bb1ad8b7b83a1a54d988de291088d165a5.zip
Notes
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;
}