]> git.ipfire.org Git - thirdparty/linux.git/commit
irqchip/renesas-rzv2h: Switch to using dev_err_probe()
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Wed, 4 Mar 2026 11:33:13 +0000 (11:33 +0000)
committerThomas Gleixner <tglx@kernel.org>
Tue, 10 Mar 2026 17:34:51 +0000 (18:34 +0100)
commitc34368b0404b8fd610b4f589481a1339bab76e0f
tree36cbe1ffd712f480bf490387a5a905243eec7ddf
parentbbe78cb1399b4ba6b6d14943fb9dadefe9c17b5b
irqchip/renesas-rzv2h: Switch to using dev_err_probe()

Make use of dev_err_probe() to simplify rzv2h_icu_probe_common().

Keep dev_err() for -ENOMEM paths, as dev_err_probe() does not print for
allocation failures, ensuring they remain visible in logs.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260304113317.129339-4-prabhakar.mahadev-lad.rj@bp.renesas.com
drivers/irqchip/irq-renesas-rzv2h.c