Commit 6928903b authored by Federico Vaga's avatar Federico Vaga

sw:drv: reduce error severity

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d12b28f1
......@@ -1042,8 +1042,8 @@ irqreturn_t trtl_irq_handler_out(int irq_core_base, void *arg)
*/
freeslots = trtl_hmq_free_slots(hmq, 1);
if (unlikely(!freeslots)) {
WARN(1,
"There must be a freeslot if we got an interrupt\n");
dev_err(&hmq->dev,
"There must be a freeslot if we got an interrupt\n");
continue;
}
trtl_mesage_push_from_buf(hmq);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment