habanalabs: change misleading IRQ warning during reset
Currently we dump the physical IRQ line index in host if an event is received during reset. This ID is confusing as it means nothing to the user. Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
75a5c44d14
commit
b13bef2041
|
@ -246,9 +246,7 @@ irqreturn_t hl_irq_handler_eq(int irq, void *arg)
|
|||
dma_rmb();
|
||||
|
||||
if (hdev->disabled) {
|
||||
dev_warn(hdev->dev,
|
||||
"Device disabled but received IRQ %d for EQ\n",
|
||||
irq);
|
||||
dev_warn(hdev->dev, "Device disabled but received an EQ event\n");
|
||||
goto skip_irq;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue