Re: [PATCH v2 04/10] PCI: Add dev parameter to __of_pci_get_host_bridge_resources()

2018-05-03 Thread Vladimir Zapolskiy
On 04/30/2018 08:48 AM, Jan Kiszka wrote: > From: Jan Kiszka > > When non-NULL, use the new dev parameter of > __of_pci_get_host_bridge_resources() to allocate the resource data > structures via devm_kzalloc. That allows to release them automatically > during device destruction. > > Signed-off-b

[PATCH v2 04/10] PCI: Add dev parameter to __of_pci_get_host_bridge_resources()

2018-04-29 Thread Jan Kiszka
From: Jan Kiszka When non-NULL, use the new dev parameter of __of_pci_get_host_bridge_resources() to allocate the resource data structures via devm_kzalloc. That allows to release them automatically during device destruction. Signed-off-by: Jan Kiszka --- drivers/pci/of.c | 15 +++