SWDEV-232428 - Fix CI regressions caused by 99e8ac5

Change-Id: I6523a8abc19dc5b01f7eacb3a949da01afae60d5
This commit is contained in:
Vladislav Sytchenko
2021-03-09 13:50:13 -05:00
parent 27e3b875f7
commit 07702bb28f
+1 -1
View File
@@ -364,7 +364,7 @@ bool HostcallListener::initialize(const amd::Device &dev) {
doorbell_ = dev.createSignal();
#ifdef WITH_HSA_DEVICE
auto ws = device::Signal::WaitState::Blocked;
#elif
#else
auto ws = device::Signal::WaitState::Active;
#endif
if ((doorbell_ == nullptr) || !doorbell_->Init(dev, SIGNAL_INIT, ws)) {