spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_...
authorZhang Shurong <zhang_shurong@foxmail.com>
Sat, 22 Jul 2023 15:49:09 +0000 (23:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:42:31 +0000 (09:42 +0200)
commitce60bfc24c882dc4dd5316dbddc6e1e2117a4be2
tree071d476dbe4940e3b45ce21635ef2ae3e85a255b
parentf5f7aa2b6b8f4f8c5449228896db6ba9631ee391
spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe()

[ Upstream commit 29a449e765ff70a5bd533be94babb6d36985d096 ]

The platform_get_irq might be failed and return a negative result. So
there should have an error handling code.

Fixed this by adding an error handling code.

Fixes: 8528547bcc33 ("spi: tegra: add spi driver for sflash controller")
Signed-off-by: Zhang Shurong <zhang_shurong@foxmail.com>
Link: https://lore.kernel.org/r/tencent_71FC162D589E4788C2152AAC84CD8D5C6D06@qq.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-tegra20-sflash.c