We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8519a29 commit 094dd94Copy full SHA for 094dd94
src/Cru/Gbt.cxx
@@ -247,7 +247,7 @@ LinkStatus Gbt::getStickyBit(Link link)
247
return (lockedData == 0x1 && ready == 0x1) ? LinkStatus::UpWasDown : LinkStatus::Down;
248
}
249
250
- return (lockedData == 0x1 && ready == 0x1) ? LinkStatus::Up : LinkStatus::UpWasDown;
+ return (lockedData == 0x1 && ready == 0x1) ? LinkStatus::Up : LinkStatus::Down;
251
252
253
void Gbt::resetStickyBit(Link link)
0 commit comments