aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/control
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2015-10-21 10:44:07 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2015-10-21 10:44:07 +0000
commit2f9ec994bcee79f4f8424ac400dedc47c6c3a528 (patch)
treecda0a8ef7b24d6ba166ed512398b1479cebfceb5 /sys/dev/xen/control
parent6a306bff7fb730cbe15a270319fd82c5a7981071 (diff)
Notes
Diffstat (limited to 'sys/dev/xen/control')
-rw-r--r--sys/dev/xen/control/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c
index 219a3953a24e..f2851eea65f9 100644
--- a/sys/dev/xen/control/control.c
+++ b/sys/dev/xen/control/control.c
@@ -365,7 +365,7 @@ xctrl_probe(device_t dev)
{
device_set_desc(dev, "Xen Control Device");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
/**