All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5512E566.5050201@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index ce11f43..d9b22e3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -67,7 +67,7 @@ On 24.03.2015 04:34, Yijing Wang wrote:
 > +			  || pci_host_busn_res_overlap(host, tmp)) {
 
 I think you should construct condition this way:
-+		if (tmp->domain == host->domain
++		if (tmp->domain = host->domain
 +			  && pci_host_busn_res_overlap(host, tmp)) {
 
 Regards,
@@ -112,8 +112,7 @@ Tomasz
 >   	struct device *parent;
 >   	struct resource *res;
 > @@ -1887,12 +1887,6 @@ static struct pci_bus *__pci_create_root_bus(
->   	b->number = b->busn_res.start =
->   		pci_host_first_busnr(bridge);
+>   	b->number = b->busn_res.start >   		pci_host_first_busnr(bridge);
 >   	pci_bus_assign_domain_nr(b, parent);
 > -	b2 = pci_find_bus(pci_domain_nr(b), b->number);
 > -	if (b2) {
diff --git a/a/content_digest b/N1/content_digest
index bd2572b..45ef600 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01427168064-8657-11-git-send-email-wangyijing@huawei.com\0"
  "From\0Tomasz Nowicki <tomasz.nowicki@linaro.org>\0"
  "Subject\0Re: [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
- "Date\0Wed, 25 Mar 2015 17:42:14 +0100\0"
+ "Date\0Wed, 25 Mar 2015 16:42:14 +0000\0"
  "To\0Yijing Wang <wangyijing@huawei.com>\0"
  "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
   Liviu Dudau <liviu@dudau.co.uk>
@@ -12,7 +12,7 @@
   Marc Zyngier <marc.zyngier@arm.com>
   linux-pci@vger.kernel.org
   x86@kernel.org
-  linux-m68k@lists.linux-m68k.org
+  linux-m68k@vger.kernel.org
   linux-kernel@vger.kernel.org
   David S. Miller <davem@davemloft.net>
   linux-alpha@vger.kernel.org
@@ -96,7 +96,7 @@
  "> +\t\t\t  || pci_host_busn_res_overlap(host, tmp)) {\n"
  "\n"
  "I think you should construct condition this way:\n"
- "+\t\tif (tmp->domain == host->domain\n"
+ "+\t\tif (tmp->domain = host->domain\n"
  "+\t\t\t  && pci_host_busn_res_overlap(host, tmp)) {\n"
  "\n"
  "Regards,\n"
@@ -141,8 +141,7 @@
  ">   \tstruct device *parent;\n"
  ">   \tstruct resource *res;\n"
  "> @@ -1887,12 +1887,6 @@ static struct pci_bus *__pci_create_root_bus(\n"
- ">   \tb->number = b->busn_res.start =\n"
- ">   \t\tpci_host_first_busnr(bridge);\n"
+ ">   \tb->number = b->busn_res.start >   \t\tpci_host_first_busnr(bridge);\n"
  ">   \tpci_bus_assign_domain_nr(b, parent);\n"
  "> -\tb2 = pci_find_bus(pci_domain_nr(b), b->number);\n"
  "> -\tif (b2) {\n"
@@ -175,4 +174,4 @@
  ">   };\n"
  >
 
-9cbffe50febc11a5be8c99a4cccf6ff8d5ea5bb134963440330a90bc4199e1c1
+d6dca8c24c54e97bf63e09d13acf8f6ee53a37c7987dba0a533059e8254f963e

diff --git a/a/content_digest b/N2/content_digest
index bd2572b..b402059 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,30 +1,9 @@
  "ref\01427168064-8657-1-git-send-email-wangyijing@huawei.com\0"
  "ref\01427168064-8657-11-git-send-email-wangyijing@huawei.com\0"
- "From\0Tomasz Nowicki <tomasz.nowicki@linaro.org>\0"
- "Subject\0Re: [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
+ "From\0tomasz.nowicki@linaro.org (Tomasz Nowicki)\0"
+ "Subject\0[PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
  "Date\0Wed, 25 Mar 2015 17:42:14 +0100\0"
- "To\0Yijing Wang <wangyijing@huawei.com>\0"
- "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
-  Liviu Dudau <liviu@dudau.co.uk>
-  Rusty Russell <rusty@rustcorp.com.au>
-  Russell King <linux@arm.linux.org.uk>
-  Arnd Bergmann <arnd@arndb.de>
-  Marc Zyngier <marc.zyngier@arm.com>
-  linux-pci@vger.kernel.org
-  x86@kernel.org
-  linux-m68k@lists.linux-m68k.org
-  linux-kernel@vger.kernel.org
-  David S. Miller <davem@davemloft.net>
-  linux-alpha@vger.kernel.org
-  Tony Luck <tony.luck@intel.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  Benjamin Herrenschmidt <benh@kernel.crashing.org>
-  linux-ia64@vger.kernel.org
-  Thomas Gleixner <tglx@linutronix.de>
-  Guan Xuetao <gxt@mprc.pku.edu.cn>
-  Yinghai Lu <yinghai@kernel.org>
-  Jiang Liu <jiang.liu@linux.intel.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 24.03.2015 04:34, Yijing Wang wrote:\n"
@@ -175,4 +154,4 @@
  ">   };\n"
  >
 
-9cbffe50febc11a5be8c99a4cccf6ff8d5ea5bb134963440330a90bc4199e1c1
+37bce2d884e332679ce6a3a9fbdae601cc4729240bd98fe9bac84afc0bf2866c

diff --git a/a/content_digest b/N3/content_digest
index bd2572b..1b9cf5f 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -12,7 +12,7 @@
   Marc Zyngier <marc.zyngier@arm.com>
   linux-pci@vger.kernel.org
   x86@kernel.org
-  linux-m68k@lists.linux-m68k.org
+  linux-m68k@vger.kernel.org
   linux-kernel@vger.kernel.org
   David S. Miller <davem@davemloft.net>
   linux-alpha@vger.kernel.org
@@ -175,4 +175,4 @@
  ">   };\n"
  >
 
-9cbffe50febc11a5be8c99a4cccf6ff8d5ea5bb134963440330a90bc4199e1c1
+255fe0647d3299c048fae3ae3290fa5b1c62ac41d201c9c8d506dd6c58407d7c

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.