mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo. Sorry!
This commit is contained in:
parent
49796c6f56
commit
87cb964b92
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ at91_probe(device_t dev)
|
|||
{
|
||||
|
||||
device_set_desc(dev, "AT91 device bus");
|
||||
return (BUS_PROBE_NO_WILDCARD);
|
||||
return (BUS_PROBE_NOWILDCARD);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue