diff for duplicates of <1398645801.8437.84.camel@pasglop> diff --git a/a/1.txt b/N1/1.txt index c30e40c..db647ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,8 +18,8 @@ Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > } > > /* Scan below the new bridge */ -> - if (dev->hdr_type = PCI_HEADER_TYPE_BRIDGE || -> - dev->hdr_type = PCI_HEADER_TYPE_CARDBUS) +> - if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || +> - dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) > + if (pci_is_bridge(dev)) > of_scan_pci_bridge(dev); > diff --git a/a/content_digest b/N1/content_digest index f6f86f4..2476760 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,17 +2,17 @@ "ref\01398417515-8740-9-git-send-email-wangyijing@huawei.com\0" "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "Subject\0Re: [PATCH 08/13] PCI, rpaphp: Use new pci_is_bridge() to simplify code\0" - "Date\0Mon, 28 Apr 2014 00:43:21 +0000\0" + "Date\0Mon, 28 Apr 2014 10:43:21 +1000\0" "To\0Yijing Wang <wangyijing@huawei.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linuxppc-dev@lists.ozlabs.org - linux-kernel@vger.kernel.org - Tony Luck <tony.luck@intel.com> + "Cc\0Tony Luck <tony.luck@intel.com>" linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> + x86@kernel.org + linux-kernel@vger.kernel.org sparclinux@vger.kernel.org + Bjorn Helgaas <bhelgaas@google.com> Thomas Gleixner <tglx@linutronix.de> - " x86@kernel.org\0" + linuxppc-dev@lists.ozlabs.org + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" "On Fri, 2014-04-25 at 17:18 +0800, Yijing Wang wrote:\n" @@ -35,11 +35,11 @@ "> \t}\n" "> \n" "> \t/* Scan below the new bridge */\n" - "> -\tif (dev->hdr_type = PCI_HEADER_TYPE_BRIDGE ||\n" - "> -\t dev->hdr_type = PCI_HEADER_TYPE_CARDBUS)\n" + "> -\tif (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||\n" + "> -\t dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)\n" "> +\tif (pci_is_bridge(dev))\n" "> \t\tof_scan_pci_bridge(dev);\n" "> \n" "> \t/* Map IO space for child bus, which may or may not succeed */" -f996b538de7f425d37629fd7fc24d3a081611e62464a198dcaf1aa8f82f9fccb +58f5e9bdb160c406a756b806771119dd6f3e08153bce1ec21cc9a9b5ea6c4a42
diff --git a/a/content_digest b/N2/content_digest index f6f86f4..cf383f9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,15 +4,15 @@ "Subject\0Re: [PATCH 08/13] PCI, rpaphp: Use new pci_is_bridge() to simplify code\0" "Date\0Mon, 28 Apr 2014 00:43:21 +0000\0" "To\0Yijing Wang <wangyijing@huawei.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linuxppc-dev@lists.ozlabs.org - linux-kernel@vger.kernel.org - Tony Luck <tony.luck@intel.com> + "Cc\0Tony Luck <tony.luck@intel.com>" linux-ia64@vger.kernel.org - David S. Miller <davem@davemloft.net> + x86@kernel.org + linux-kernel@vger.kernel.org sparclinux@vger.kernel.org + Bjorn Helgaas <bhelgaas@google.com> Thomas Gleixner <tglx@linutronix.de> - " x86@kernel.org\0" + linuxppc-dev@lists.ozlabs.org + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" "On Fri, 2014-04-25 at 17:18 +0800, Yijing Wang wrote:\n" @@ -42,4 +42,4 @@ "> \n" "> \t/* Map IO space for child bus, which may or may not succeed */" -f996b538de7f425d37629fd7fc24d3a081611e62464a198dcaf1aa8f82f9fccb +8a7a44737fbfb8eb694984fce6030573bb67825b034819ba0c025258acd5538d
diff --git a/a/1.txt b/N3/1.txt index c30e40c..db647ed 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -18,8 +18,8 @@ Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > } > > /* Scan below the new bridge */ -> - if (dev->hdr_type = PCI_HEADER_TYPE_BRIDGE || -> - dev->hdr_type = PCI_HEADER_TYPE_CARDBUS) +> - if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || +> - dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) > + if (pci_is_bridge(dev)) > of_scan_pci_bridge(dev); > diff --git a/a/content_digest b/N3/content_digest index f6f86f4..2248876 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\01398417515-8740-9-git-send-email-wangyijing@huawei.com\0" "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "Subject\0Re: [PATCH 08/13] PCI, rpaphp: Use new pci_is_bridge() to simplify code\0" - "Date\0Mon, 28 Apr 2014 00:43:21 +0000\0" + "Date\0Mon, 28 Apr 2014 10:43:21 +1000\0" "To\0Yijing Wang <wangyijing@huawei.com>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" linuxppc-dev@lists.ozlabs.org @@ -35,11 +35,11 @@ "> \t}\n" "> \n" "> \t/* Scan below the new bridge */\n" - "> -\tif (dev->hdr_type = PCI_HEADER_TYPE_BRIDGE ||\n" - "> -\t dev->hdr_type = PCI_HEADER_TYPE_CARDBUS)\n" + "> -\tif (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||\n" + "> -\t dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)\n" "> +\tif (pci_is_bridge(dev))\n" "> \t\tof_scan_pci_bridge(dev);\n" "> \n" "> \t/* Map IO space for child bus, which may or may not succeed */" -f996b538de7f425d37629fd7fc24d3a081611e62464a198dcaf1aa8f82f9fccb +599e92281f10b8af314a375c07bfd303128640758274d6e7acdf8e412ccde4fb
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.