[PATCH] drm/msm/hdmi: fix error check return value of irq_of_parse_and_map()

Dmitry Baryshkov dmitry.baryshkov at linaro.org
Mon Apr 25 21:11:20 UTC 2022


On 25/04/2022 23:11, Stephen Boyd wrote:
> Quoting cgel.zte at gmail.com (2022-04-25 02:18:31)
>> From: Lv Ruyi <lv.ruyi at zte.com.cn>
>>
>> The irq_of_parse_and_map() function returns 0 on failure, and does not
>> return a negative value anyhow, so never enter this conditional branch.
>>
>> Fixes: f6a8eaca0ea1 ("drm/msm/mdp5: use irqdomains")
>> Reported-by: Zeal Robot <zealci at zte.com.cn>
>> Signed-off-by: Lv Ruyi <lv.ruyi at zte.com.cn>
>> ---
> 
> This one fixes a commit that moved away from platform APIs!

The change was introduced in 2014 in the commit f6a8eaca0ea1 
("drm/msm/mdp5: use irqdomains"). I can suspect that at that time 
platform irq code wasn't fully compatible with IRQ domains.

> Reviewed-by: Stephen Boyd <swboyd at chromium.org>


-- 
With best wishes
Dmitry


More information about the dri-devel mailing list