Re: [PATCH 08/13] PCI, rpaphp: Use new pci_is_bridge() to simplify code

2014-04-27 Thread Benjamin Herrenschmidt
On Fri, 2014-04-25 at 17:18 +0800, Yijing Wang wrote: > Now we can use new pci_is_bridge() helper function > to simplify code. > > Signed-off-by: Yijing Wang Acked-by: Benjamin Herrenschmidt > --- > drivers/pci/hotplug/rpadlpar_core.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletion

[PATCH 08/13] PCI, rpaphp: Use new pci_is_bridge() to simplify code

2014-04-25 Thread Yijing Wang
Now we can use new pci_is_bridge() helper function to simplify code. Signed-off-by: Yijing Wang --- drivers/pci/hotplug/rpadlpar_core.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index 4fcd