]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: dw: use the correct error msg if request_irq() fails
authorJisheng Zhang <jszhang@kernel.org>
Mon, 15 Jun 2026 04:40:36 +0000 (12:40 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 29 Jun 2026 17:27:49 +0000 (18:27 +0100)
commit991af5d809a1697c4225120358b6b2cf9eb3c4ff
tree635db5f019f550313aa82ed1605c3cb8e46af6cd
parentd322d820e0b0f16260e929de3f4e6b33b242c91c
spi: dw: use the correct error msg if request_irq() fails

If request_irq() fails, report "can not request IRQ" rather than "can
not get IRQ" which may be misread as platform_get_irq() failure.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Link: https://patch.msgid.link/20260615044039.9750-3-jszhang@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-core.c