summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ad1816.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/ad1816.c')
-rw-r--r--sys/dev/sound/isa/ad1816.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c
index f34a5c6..696b1a3 100644
--- a/sys/dev/sound/isa/ad1816.c
+++ b/sys/dev/sound/isa/ad1816.c
@@ -580,7 +580,7 @@ ad1816_probe(device_t dev)
if (s) {
device_set_desc(dev, s);
- return 0;
+ return BUS_PROBE_DEFAULT;
}
return ENXIO;
}
OpenPOWER on IntegriCloud