diff for duplicates of <1337407908-7421-7-git-send-email-lethal@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index 27433ab..a9b8a5f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -47,9 +47,9 @@ index 5f0ca52..ac44781 100644 + pr_debug("irq: irq_create_identity_mapping(0x%p, 0x%lx)\n", + domain, hwirq); + -+ if (domain = NULL) ++ if (domain == NULL) + domain = irq_default_domain; -+ if (domain = NULL) { ++ if (domain == NULL) { + WARN_ON(1); + return 0; + } diff --git a/a/content_digest b/N1/content_digest index 14fe99a..2fbf54d 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 6/8] irqdomain: Support identity mapped VIRQ allocation.\0" - "Date\0Sat, 19 May 2012 06:11:46 +0000\0" + "Date\0Sat, 19 May 2012 15:11:46 +0900\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" "Cc\0linux-sh@vger.kernel.org" linux-kernel@vger.kernel.org @@ -57,9 +57,9 @@ "+\tpr_debug(\"irq: irq_create_identity_mapping(0x%p, 0x%lx)\\n\",\n" "+\t\t domain, hwirq);\n" "+\n" - "+\tif (domain = NULL)\n" + "+\tif (domain == NULL)\n" "+\t\tdomain = irq_default_domain;\n" - "+\tif (domain = NULL) {\n" + "+\tif (domain == NULL) {\n" "+\t\tWARN_ON(1);\n" "+\t\treturn 0;\n" "+\t}\n" @@ -88,4 +88,4 @@ "-- \n" 1.7.9.rc0.28.g0e1cf -1f6c011f2d0410691e0b1c77b29e3db35164f020ccfd5aded4dc6c33c8514361 +ac21345658ce89a0782b7dab7b420819e9c0e4728e9a741032d5842909f416b2
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.