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