On 04/30/2018 08:48 AM, 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, introduce a > managed version of that service. This differs API-wise only in taking a > reference to the associated device, rather than to the device tree node. > > As of_pci_get_host_bridge_resources() is an exported interface, we > cannot simply drop it at this point. After converting all in-tree users > to the new API, we will phase out the unmanaged one. > > Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Vladimir Zapolskiy <[email protected]> Tested-by: Vladimir Zapolskiy <[email protected]> -- With best wishes, Vladimir

