Re: (subset) [PATCH 0/7] platform: Remove redundant error messages on IRQ request failure
From: Tzung-Bi Shih
Date: Sun Jul 19 2026 - 23:33:31 EST
On Fri, Jul 17, 2026 at 07:20:38PM +0800, Pan Chuang wrote:
> devm_request_threaded_irq() and devm_request_any_context_irq()
> automatically log detailed error messages on failure via
> the devm_request_result() helper, which prints device
> name, IRQ number, handler functions, and error code.
>
> Since devm_request_irq() is a static inline wrapper around
> devm_request_threaded_irq(), it also benefits from this
> automatic logging.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next
[2/7] platform/chrome: Remove redundant dev_err()
commit: 17376e7311cdec252b61cb1ecec43be61907781b
Thanks!