diff for duplicates of <42E88F4D.8050306@jp.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 94ad515..ee78b75 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ diff -puN drivers/pnp/pnpacpi/rsparser.c~handle-error-acpi_register_gsi-pnpacpi i++; if (i < PNP_MAX_IRQ) { res->irq_resource[i].flags = IORESOURCE_IRQ; //Also clears _UNSET flag -- if (irq = -1) { +- if (irq == -1) { + if (irq < 0) { res->irq_resource[i].flags |= IORESOURCE_DISABLED; return; diff --git a/a/content_digest b/N1/content_digest index eb4254c..5cc4d52 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\042E88DC8.7050507@jp.fujitsu.com\0" "From\0Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>\0" - "Subject\0[PATCH 2.6.13-rc3 4/6] failure of acpi_register_gsi() should be handled\0" - "Date\0Thu, 28 Jul 2005 07:54:53 +0000\0" + "Subject\0[PATCH 2.6.13-rc3 4/6] failure of acpi_register_gsi() should be handled properly - change phpacpi driver\0" + "Date\0Thu, 28 Jul 2005 16:54:53 +0900\0" "To\0Andrew Morton <akpm@osdl.org>" Linux Kernel Mailing List <linux-kernel@vger.kernel.org> " linux-ia64@vger.kernel.org\0" @@ -27,7 +27,7 @@ " \t\ti++;\n" " \tif (i < PNP_MAX_IRQ) {\n" " \t\tres->irq_resource[i].flags = IORESOURCE_IRQ; //Also clears _UNSET flag\n" - "-\t\tif (irq = -1) {\n" + "-\t\tif (irq == -1) {\n" "+\t\tif (irq < 0) {\n" " \t\t\tres->irq_resource[i].flags |= IORESOURCE_DISABLED;\n" " \t\t\treturn;\n" @@ -35,4 +35,4 @@ "\n" _ -dd158f3f9188cc83f94548c8a344bc215445b871860291ba04954bf0fbcf7bf3 +fb7aeb6c223760f387a1cfca510c4d9a3534a2abaa992f1c1c3b3dc3fa1ebfc9
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.