diff for duplicates of <1337407908-7421-8-git-send-email-lethal@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index e035b0c..4b6eb42 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,9 +69,9 @@ index ac44781..e8ac7df 100644 + 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" @@ -116,7 +116,7 @@ index ac44781..e8ac7df 100644 + 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 03fdfce..6d3f58e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01337407908-7421-1-git-send-email-lethal@linux-sh.org\0" "From\0Paul Mundt <lethal@linux-sh.org>\0" "Subject\0[PATCH 7/8] irqdomain: trivial pr_fmt conversion.\0" - "Date\0Sat, 19 May 2012 06:11:47 +0000\0" + "Date\0Sat, 19 May 2012 15:11:47 +0900\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" "Cc\0linux-sh@vger.kernel.org" linux-kernel@vger.kernel.org @@ -79,9 +79,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" @@ -126,7 +126,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" @@ -159,4 +159,4 @@ "-- \n" 1.7.9.rc0.28.g0e1cf -7a95adac5e0cf7cbb2138b2b385e28b0fb868668c5482320f4cecd14c050f167 +ea3491aadf72ae8dbecb3373dcfbcb490fdcf059c9f914a1f1ec823734feb768
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.