Files
linux/drivers
Fabien Dessenne 102f6e1249 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:54:04 +02:00
..
2019-05-31 06:46:31 -07:00
2019-06-11 12:20:53 +02:00
2019-05-14 19:17:53 +02:00
2018-12-21 14:15:17 +01:00
2019-05-31 06:46:34 -07:00
2018-11-13 11:08:51 -08:00
2019-06-11 12:20:56 +02:00
2018-11-27 16:13:09 +01:00
2019-04-27 09:36:31 +02:00
2019-05-31 06:46:14 -07:00