The ! operator got lost during last redesign, now correct again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12931 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d6b7468f0f
commit
2bf60609ee
@ -170,7 +170,7 @@ probe_ok:
|
||||
result = B_ERROR;
|
||||
}
|
||||
/* all other ICHs use programmed IO */
|
||||
if ((config->type & TYPE_ICH4) && ((config->nambar == 0) || (config->nabmbar == 0))) {
|
||||
if (!(config->type & TYPE_ICH4) && ((config->nambar == 0) || (config->nabmbar == 0))) {
|
||||
PRINT(("ERROR: IO space not configured\n"));
|
||||
result = B_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user