mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 08:01:59 +00:00
habanalabs: remove user interrupt debug print
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>
This commit is contained in:
parent
c82b025f2b
commit
658591ec32
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user