diff for duplicates of <1337407908-7421-9-git-send-email-lethal@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index 96ae969..4619914 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -38,9 +38,9 @@ index e8ac7df..4b5eb8e 100644 { struct irq_data *irq_data = irq_get_irq_data(virq); -+ if (domain = NULL) ++ if (domain == NULL) + domain = irq_default_domain; -+ if (domain = NULL) ++ if (domain == NULL) + return -1; + irq_data->hwirq = hwirq; diff --git a/a/content_digest b/N1/content_digest index 015fc60..d1c8729 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 8/8] irqdomain: Support insertion of existing IRQ allocations.\0" - "Date\0Sat, 19 May 2012 06:11:48 +0000\0" + "Date\0Sat, 19 May 2012 15:11:48 +0900\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" "Cc\0linux-sh@vger.kernel.org" linux-kernel@vger.kernel.org @@ -48,9 +48,9 @@ " {\n" " \tstruct irq_data *irq_data = irq_get_irq_data(virq);\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\treturn -1;\n" "+\n" " \tirq_data->hwirq = hwirq;\n" @@ -97,4 +97,4 @@ "-- \n" 1.7.9.rc0.28.g0e1cf -8245d2c47eeef3c640cb8bfc3d40825e137dfa1998ba0feb620183784d103c12 +b1a4f22db1f61a3a9c57adba4a69e559b5a3d6c5746270680e1a781094932e5f
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.