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:
Ofir Bitton 2021-11-18 08:46:15 +02:00 committed by Oded Gabbay
parent 75a5c44d14
commit b13bef2041
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}