Re: [PATCH] rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails

From: Krzysztof Kozlowski
Date: Thu Apr 28 2022 - 05:56:55 EST


On 23/04/2022 11:39, Krzysztof Kozlowski wrote:
> irq_of_parse_and_map() returns 0 on failure, so this should not be
> passed further as error return code.
>
> Fixes: 1a358d350664 ("rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> ---
>
> A fix for: https://lore.kernel.org/all/20220422105326.78713-1-krzysztof.kozlowski@xxxxxxxxxx/
> Commit sha from Bjorn's email, so might not be stable/correct.
>

Bjorn,

Can you pick up this one? It's for an issue in your tree, introduced
with my previous patch.

Best regards,
Krzysztof