summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/ar71xx_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/atheros/ar71xx_spi.c')
-rw-r--r--sys/mips/atheros/ar71xx_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/atheros/ar71xx_spi.c b/sys/mips/atheros/ar71xx_spi.c
index 095f930..2391927 100644
--- a/sys/mips/atheros/ar71xx_spi.c
+++ b/sys/mips/atheros/ar71xx_spi.c
@@ -84,7 +84,7 @@ static int
ar71xx_spi_probe(device_t dev)
{
device_set_desc(dev, "AR71XX SPI");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static int
OpenPOWER on IntegriCloud