mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
73de12999d
commit
f572cf8a05
@ -35,7 +35,11 @@ void Signal_transmitter::submit(unsigned cnt)
|
||||
for (unsigned i = 0; res == NOVA_OK && i < cnt; i++)
|
||||
res = sm_ctrl(_context.local_name(), SEMAPHORE_UP);
|
||||
|
||||
if (res != NOVA_OK)
|
||||
PDBG("submitting signal failed - error %u - context=0x%lx", res,
|
||||
_context.local_name());
|
||||
if (res == NOVA_OK)
|
||||
return;
|
||||
|
||||
PDBG("submitting signal failed - error %u - context=0x%lx", res,
|
||||
_context.local_name());
|
||||
|
||||
_context = Signal_context_capability();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user