Files
linux/drivers/mailbox
Fabien Dessenne 6b0cb6f12b mailbox: stm32-ipcc: check invalid irq
[ Upstream commit 68a1c8485c ]

On failure of_irq_get() returns a negative value or zero, which is
not handled as an error in the existing implementation.
Instead of using this API, use platform_get_irq() that returns
exclusively a negative value on failure.
Also, do not output an error log in case of defer probe error.

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-06-15 11:52:55 +02:00
..
2019-03-06 20:34:20 -06:00
2019-02-18 10:39:17 -06:00
2018-09-10 12:54:02 +02:00
2016-06-24 13:32:31 +05:30