habanalabs: remove user interrupt debug print
authorOded Gabbay <ogabbay@kernel.org>
Mon, 4 Apr 2022 16:22:11 +0000 (19:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 May 2022 19:01:17 +0000 (21:01 +0200)
As user interrupts are a common use case, this dump pollutes the
dmesg log, hence removing it.

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/habanalabs/common/irq.c

index 5b5a992..8500e15 100644 (file)
@@ -282,10 +282,6 @@ irqreturn_t hl_irq_handler_user_cq(int irq, void *arg)
        struct hl_user_interrupt *user_cq = arg;
        struct hl_device *hdev = user_cq->hdev;
 
-       dev_dbg(hdev->dev,
-               "got user completion interrupt id %u",
-               user_cq->interrupt_id);
-
        /* Handle user cq interrupts registered on all interrupts */
        handle_user_cq(hdev, &hdev->common_user_interrupt);