small EM fix

This commit is contained in:
2022-11-02 15:22:05 +01:00
parent 964f9dc688
commit 8297bca969
2 changed files with 1 additions and 2 deletions

View File

@ -156,7 +156,6 @@ ReturnValue_t PdecHandler::irqOperation() {
state = State::RUNNING;
break;
case State::RUNNING: {
// TODO: Add poll() based IRQ handling
nb = write(fd, &info, sizeof(info));
if (nb != static_cast<ssize_t>(sizeof(info))) {
sif::error << "PdecHandler::irqOperation: Unmasking IRQ failed" << std::endl;