On Thu, 09 Jan 2025 21:26:57 +0800, Zijun Hu wrote: > From: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > > parse_interrupt_map() will use uninitialized variable @imaplen if fails > to get property 'interrupt-map'. > > Fix by using the variable after successfully getting the property. > > Fixes: e7985f43609c ("of: property: Fix fw_devlink handling of interrupt-map") > Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > --- > drivers/of/property.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!