summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/csa.c')
-rw-r--r--sys/dev/sound/pci/csa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c
index d9823d7..889ebf4 100644
--- a/sys/dev/sound/pci/csa.c
+++ b/sys/dev/sound/pci/csa.c
@@ -226,7 +226,7 @@ csa_probe(device_t dev)
card = csa_findcard(dev);
if (card) {
device_set_desc(dev, card->name);
- return 0;
+ return BUS_PROBE_DEFAULT;
}
return ENXIO;
}
OpenPOWER on IntegriCloud