On 05/15/2018 12:07 PM, Jan Kiszka wrote: > From: Jan Kiszka <[email protected]> > > of_pci_get_host_bridge_resources() allocates the resource structures it > fills dynamically, but none of its callers care to release them so far. > Rather than requiring everyone to do this explicitly, convert the > existing function to a managed version. > > CC: Jingoo Han <[email protected]> > CC: Joao Pinto <[email protected]> > CC: Lorenzo Pieralisi <[email protected]> > Signed-off-by: Jan Kiszka <[email protected]>
Now it is correct, thanks. Tested-by: Vladimir Zapolskiy <[email protected]> Reviewed-by: Vladimir Zapolskiy <[email protected]> -- With best wishes, Vladimir

