[PATCH v2 1/2] PCI: return resource_entry in pci_add_resource helpers

2017-03-23 Thread Jeffy Chen
Signed-off-by: Jeffy Chen --- Changes in v2: None drivers/pci/bus.c | 13 - include/linux/pci.h | 8 +--- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c index bc56cf1..36a1861 100644 ---

[PATCH v2 1/2] PCI: return resource_entry in pci_add_resource helpers

2017-03-23 Thread Jeffy Chen
Signed-off-by: Jeffy Chen --- Changes in v2: None drivers/pci/bus.c | 13 - include/linux/pci.h | 8 +--- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c index bc56cf1..36a1861 100644 --- a/drivers/pci/bus.c +++