mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Succeed for writing bus value... nobody that calls must care :-(
This commit is contained in:
parent
ffdc0471d4
commit
083f44a5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -1527,7 +1527,7 @@ cbb_write_ivar(device_t brdev, device_t child, int which, uintptr_t value)
|
|||
switch (which) {
|
||||
case PCIB_IVAR_BUS:
|
||||
sc->secbus = value;
|
||||
break;
|
||||
return (0);
|
||||
}
|
||||
return (ENOENT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue