From: Dani Liberman <dliber...@habana.ai>

The unmasking is for event and it can be other event than RAZWI.

Signed-off-by: Dani Liberman <dliber...@habana.ai>
Reviewed-by: Oded Gabbay <ogab...@kernel.org>
Signed-off-by: Oded Gabbay <ogab...@kernel.org>
---
 drivers/accel/habanalabs/common/firmware_if.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/accel/habanalabs/common/firmware_if.c 
b/drivers/accel/habanalabs/common/firmware_if.c
index 364d292c76fa..a3df7cf162d8 100644
--- a/drivers/accel/habanalabs/common/firmware_if.c
+++ b/drivers/accel/habanalabs/common/firmware_if.c
@@ -526,7 +526,7 @@ int hl_fw_unmask_irq(struct hl_device *hdev, u16 event_type)
                                                0, &result);
 
        if (rc)
-               dev_err(hdev->dev, "failed to unmask RAZWI IRQ %d", event_type);
+               dev_err(hdev->dev, "failed to unmask event %d", event_type);
 
        return rc;
 }
@@ -565,7 +565,7 @@ int hl_fw_unmask_irq_arr(struct hl_device *hdev, const u32 
*irq_arr,
                                                total_pkt_size, 0, &result);
 
        if (rc)
-               dev_err(hdev->dev, "failed to unmask IRQ array\n");
+               dev_err(hdev->dev, "failed to unmask event array\n");
 
        kfree(pkt);
 
-- 
2.34.1

Reply via email to