summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/ar71xx_wdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/atheros/ar71xx_wdog.c')
-rw-r--r--sys/mips/atheros/ar71xx_wdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/atheros/ar71xx_wdog.c b/sys/mips/atheros/ar71xx_wdog.c
index d582f18..bf1ebc6 100644
--- a/sys/mips/atheros/ar71xx_wdog.c
+++ b/sys/mips/atheros/ar71xx_wdog.c
@@ -92,7 +92,7 @@ ar71xx_wdog_probe(device_t dev)
{
device_set_desc(dev, "Atheros AR71XX watchdog timer");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static void
OpenPOWER on IntegriCloud