Zhang Shurong eb9913b511
spi: tegra: Fix missing IRQ check in tegra_slink_probe()
This func misses checking for platform_get_irq()'s call and may passes the
negative error codes to request_irq(), which takes unsigned IRQ #,
causing it to fail with -EINVAL, overriding an original error code.

Fix this by stop calling request_irq() with invalid IRQ #s.

Fixes: dc4dc3605639 ("spi: tegra: add spi driver for SLINK controller")
Signed-off-by: Zhang Shurong <zhang_shurong@foxmail.com>
Reviewed-by: Helen Koike <helen.koike@collabora.com>
Link: https://lore.kernel.org/r/tencent_73FCC06A3D1C14EE5175253C6FB46A07B709@qq.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-09-11 01:32:20 +01:00
..
2023-08-18 22:46:19 +01:00
2023-08-07 21:59:25 +01:00
2023-08-29 09:47:33 -07:00
2023-08-07 14:38:33 +01:00
2023-08-14 13:10:58 +01:00
2023-08-14 13:11:02 +01:00
2023-08-21 14:29:26 +01:00
2023-08-21 14:29:37 +01:00
2023-08-29 09:47:33 -07:00
2023-09-07 15:49:20 -07:00
2023-07-14 14:44:38 +01:00
2023-06-28 13:48:42 -07:00