All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120526011045.A14583E22C3@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 109a6e0..e55589e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -102,7 +102,7 @@ g.
 >  		return NULL;
 >  
 > @@ -367,7 +370,7 @@ unsigned int irq_create_direct_mapping(struct irq_domain *domain)
->  	BUG_ON(domain = NULL);
+>  	BUG_ON(domain == NULL);
 >  	WARN_ON(domain->revmap_type != IRQ_DOMAIN_MAP_NOMAP);
 >  
 > -	virq = irq_alloc_desc_from(1, 0);
@@ -112,7 +112,7 @@ g.
 >  		return 0;
 > @@ -433,9 +436,9 @@ unsigned int irq_create_mapping(struct irq_domain *domain,
 >  	hint = hwirq % nr_irqs;
->  	if (hint = 0)
+>  	if (hint == 0)
 >  		hint++;
 > -	virq = irq_alloc_desc_from(hint, 0);
 > +	virq = irq_alloc_desc_from(hint, of_node_to_nid(domain->of_node));
diff --git a/a/content_digest b/N1/content_digest
index fe7f732..048896e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,11 @@
  "ref\01337576792-5347-1-git-send-email-lethal@linux-sh.org\0"
  "From\0Grant Likely <grant.likely@secretlab.ca>\0"
  "Subject\0Re: [PATCH 1/2] irqdomain: Simple NUMA awareness.\0"
- "Date\0Sat, 26 May 2012 01:10:45 +0000\0"
+ "Date\0Fri, 25 May 2012 19:10:45 -0600\0"
  "To\0Paul Mundt <lethal@linux-sh.org>\0"
  "Cc\0linux-sh@vger.kernel.org"
- " linux-kernel@vger.kernel.org\0"
+  linux-kernel@vger.kernel.org
+ " Paul Mundt <lethal@linux-sh.org>\0"
  "\00:1\0"
  "b\0"
  "On Mon, 21 May 2012 14:06:31 +0900, Paul Mundt <lethal@linux-sh.org> wrote:\n"
@@ -111,7 +112,7 @@
  ">  \t\treturn NULL;\n"
  ">  \n"
  "> @@ -367,7 +370,7 @@ unsigned int irq_create_direct_mapping(struct irq_domain *domain)\n"
- ">  \tBUG_ON(domain = NULL);\n"
+ ">  \tBUG_ON(domain == NULL);\n"
  ">  \tWARN_ON(domain->revmap_type != IRQ_DOMAIN_MAP_NOMAP);\n"
  ">  \n"
  "> -\tvirq = irq_alloc_desc_from(1, 0);\n"
@@ -121,7 +122,7 @@
  ">  \t\treturn 0;\n"
  "> @@ -433,9 +436,9 @@ unsigned int irq_create_mapping(struct irq_domain *domain,\n"
  ">  \thint = hwirq % nr_irqs;\n"
- ">  \tif (hint = 0)\n"
+ ">  \tif (hint == 0)\n"
  ">  \t\thint++;\n"
  "> -\tvirq = irq_alloc_desc_from(hint, 0);\n"
  "> +\tvirq = irq_alloc_desc_from(hint, of_node_to_nid(domain->of_node));\n"
@@ -139,4 +140,4 @@
  "Grant Likely, B.Sc, P.Eng.\n"
  Secret Lab Technologies, Ltd.
 
-8e402c7b86fbd88002f7a95c8b3a1ebe49c670a419deb524390d85ca4aec13a3
+ac808f5ba3feaa8e2836ecbeea19779d39e8f5cc0c21836951dde8574b11c1ba

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.