1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Fix a typo introduced in r257338.

This commit is contained in:
Mark Johnston 2013-10-31 02:27:16 +00:00
parent cea884bf7d
commit 9f6f3311f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257416

View File

@ -158,7 +158,7 @@ static int
obio_probe(device_t dev)
{
return (BUS_PROBE_NO_WILDCARD);
return (BUS_PROBE_NOWILDCARD);
}
static int