Thread (8 messages) flat view 8 messages, 3 authors, 1d ago

Re: [PATCH v6 4/5] ASoC: airoha: Add AFE driver for Airoha AN7581

From: Bui Duc Phuc <hidden>
Date: 2026-09-08 09:19:41
Also in: linux-arm-kernel, linux-devicetree, linux-sound, lkml

+       ret = devm_request_irq(dev, irq_id, an7581_afe_irq_handler,
+                              IRQF_TRIGGER_NONE, "asys-isr", (void *)afe);
+       if (ret)
+               return dev_err_probe(dev, ret, "Failed to request irq for asys-isr\n");
+
I think we can return the error directly here, as devm_request_irq()
already reports the error.
dev_err_probe() would result in a redundant error message.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help