Succeed for writing bus value... nobody that calls must care :-(

This commit is contained in:
Warner Losh 2006-06-03 18:57:28 +00:00
parent ffdc0471d4
commit 083f44a5a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159194

View File

@ -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);
}