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

diff --git a/a/1.txt b/N1/1.txt
index 72fee1a..68f714c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -75,9 +75,9 @@ g.
 > +	pr_debug("irq_create_mapping(0x%p, 0x%lx)\n", domain, hwirq);
 >  
 >  	/* Look for default domain if nececssary */
->  	if (domain = NULL)
+>  	if (domain == NULL)
 >  		domain = irq_default_domain;
->  	if (domain = NULL) {
+>  	if (domain == NULL) {
 > -		printk(KERN_WARNING "irq_create_mapping called for"
 > -		       " NULL domain, hwirq=%lx\n", hwirq);
 > +		pr_warning("irq_create_mapping called for"
@@ -122,7 +122,7 @@ g.
 > +	pr_debug("irq_create_identity_mapping(0x%p, 0x%lx)\n",
 >  		 domain, hwirq);
 >  
->  	if (domain = NULL)
+>  	if (domain == NULL)
 > @@ -484,7 +486,7 @@ unsigned int irq_create_identity_mapping(struct irq_domain *domain,
 >  
 >  	virq = irq_alloc_desc_at(hwirq, irq_domain_nid(domain->of_node));
diff --git a/a/content_digest b/N1/content_digest
index 0ef0c2d..ab95ec5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,11 @@
  "ref\01337407908-7421-8-git-send-email-lethal@linux-sh.org\0"
  "From\0Grant Likely <grant.likely@secretlab.ca>\0"
  "Subject\0Re: [PATCH 7/8] irqdomain: trivial pr_fmt conversion.\0"
- "Date\0Sat, 19 May 2012 18:49:14 +0000\0"
+ "Date\0Sat, 19 May 2012 12:49:14 -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 Sat, 19 May 2012 15:11:47 +0900, Paul Mundt <lethal@linux-sh.org> wrote:\n"
@@ -85,9 +86,9 @@
  "> +\tpr_debug(\"irq_create_mapping(0x%p, 0x%lx)\\n\", domain, hwirq);\n"
  ">  \n"
  ">  \t/* Look for default domain if nececssary */\n"
- ">  \tif (domain = NULL)\n"
+ ">  \tif (domain == NULL)\n"
  ">  \t\tdomain = irq_default_domain;\n"
- ">  \tif (domain = NULL) {\n"
+ ">  \tif (domain == NULL) {\n"
  "> -\t\tprintk(KERN_WARNING \"irq_create_mapping called for\"\n"
  "> -\t\t       \" NULL domain, hwirq=%lx\\n\", hwirq);\n"
  "> +\t\tpr_warning(\"irq_create_mapping called for\"\n"
@@ -132,7 +133,7 @@
  "> +\tpr_debug(\"irq_create_identity_mapping(0x%p, 0x%lx)\\n\",\n"
  ">  \t\t domain, hwirq);\n"
  ">  \n"
- ">  \tif (domain = NULL)\n"
+ ">  \tif (domain == NULL)\n"
  "> @@ -484,7 +486,7 @@ unsigned int irq_create_identity_mapping(struct irq_domain *domain,\n"
  ">  \n"
  ">  \tvirq = irq_alloc_desc_at(hwirq, irq_domain_nid(domain->of_node));\n"
@@ -170,4 +171,4 @@
  "Grant Likely, B.Sc, P.Eng.\n"
  Secret Lab Technologies, Ltd.
 
-c59df3b1dec18b24a9a75bf29355e3e48d7149d05d563361d0acfdf97b498f3a
+55876101bf573f7071652ff76d8517214f66b051fa2e0e34f9b52c49d9329c32

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.