diff for duplicates of <20070306222847.85b4aff4.khali@linux-fr.org> diff --git a/a/1.txt b/N1/1.txt index 7f25d41..f832ffe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ Marek's one. Again this is only a reporting patch, but now it only reports real unreserved accesses. I plan to use it for debugging purposes. -Signed-off-by: Jean Delvare <khali@linux-fr.org> +Signed-off-by: Jean Delvare <khali at linux-fr.org> --- drivers/acpi/osl.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) @@ -56,7 +56,7 @@ Signed-off-by: Jean Delvare <khali@linux-fr.org> + (unsigned long)port, (unsigned long)(*value), (int)width); + } + -+ if (conflict == NULL) ++ if (conflict = NULL) + release_resource(&res); + return AE_OK; @@ -82,7 +82,7 @@ Signed-off-by: Jean Delvare <khali@linux-fr.org> + (unsigned long)port, (unsigned long)(value), (int)width); + } + -+ if (conflict == NULL) ++ if (conflict = NULL) + release_resource(&res); + switch (width) { @@ -113,7 +113,7 @@ Signed-off-by: Jean Delvare <khali@linux-fr.org> + pr_info("ACPI read from allocated iomem %lx, value %lx, width %d\n", + (unsigned long)phys_addr, (unsigned long)(*value), (int)width); + -+ if (conflict == NULL) ++ if (conflict = NULL) + release_resource(&res); + return AE_OK; @@ -138,7 +138,7 @@ Signed-off-by: Jean Delvare <khali@linux-fr.org> + pr_info("ACPI write to allocated iomem %lx, value %lx, width %d\n", + (unsigned long)phys_addr, (unsigned long)value, (int)width); + -+ if (conflict == NULL) ++ if (conflict = NULL) + release_resource(&res); virt_addr = ioremap(phys_addr, width); diff --git a/a/content_digest b/N1/content_digest index 8685ec3..a31760d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,9 +9,9 @@ "ref\020070302145709.GA3710@srcf.ucam.org\0" "ref\020070302224155.143b8643.khali@linux-fr.org\0" "ref\020070302214643.GA10774@srcf.ucam.org\0" - "From\0Jean Delvare <khali@linux-fr.org>\0" - "Subject\0Re: [lm-sensors] Could the k8temp driver be interfering with ACPI?\0" - "Date\0Tue, 6 Mar 2007 22:28:47 +0100\0" + "From\0khali@linux-fr.org (Jean Delvare)\0" + "Subject\0[lm-sensors] Could the k8temp driver be interfering with ACPI?\0" + "Date\0Tue, 06 Mar 2007 21:28:47 +0000\0" "To\0Matthew Garrett <mjg59@srcf.ucam.org>\0" "Cc\0Pavel Machek <pavel@ucw.cz>" Chuck Ebbert <cebbert@redhat.com> @@ -38,7 +38,7 @@ "reports real unreserved accesses. I plan to use it for debugging\n" "purposes.\n" "\n" - "Signed-off-by: Jean Delvare <khali@linux-fr.org>\n" + "Signed-off-by: Jean Delvare <khali at linux-fr.org>\n" "---\n" " drivers/acpi/osl.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++\n" " 1 file changed, 72 insertions(+)\n" @@ -79,7 +79,7 @@ "+\t\t\t(unsigned long)port, (unsigned long)(*value), (int)width);\n" "+\t}\n" "+\n" - "+\tif (conflict == NULL)\n" + "+\tif (conflict = NULL)\n" "+\t\trelease_resource(&res);\n" "+\n" " \treturn AE_OK;\n" @@ -105,7 +105,7 @@ "+\t\t\t(unsigned long)port, (unsigned long)(value), (int)width);\n" "+\t}\n" "+\n" - "+\tif (conflict == NULL)\n" + "+\tif (conflict = NULL)\n" "+\t\trelease_resource(&res);\n" "+\n" " \tswitch (width) {\n" @@ -136,7 +136,7 @@ "+\t\tpr_info(\"ACPI read from allocated iomem %lx, value %lx, width %d\\n\",\n" "+\t\t\t(unsigned long)phys_addr, (unsigned long)(*value), (int)width);\n" "+\n" - "+\tif (conflict == NULL)\n" + "+\tif (conflict = NULL)\n" "+\t\trelease_resource(&res);\n" "+\n" " \treturn AE_OK;\n" @@ -161,7 +161,7 @@ "+\t\tpr_info(\"ACPI write to allocated iomem %lx, value %lx, width %d\\n\",\n" "+\t\t\t(unsigned long)phys_addr, (unsigned long)value, (int)width);\n" "+\n" - "+\tif (conflict == NULL)\n" + "+\tif (conflict = NULL)\n" "+\t\trelease_resource(&res);\n" " \n" " \tvirt_addr = ioremap(phys_addr, width);\n" @@ -171,4 +171,4 @@ "-- \n" Jean Delvare -d0453bc0f780c1f4f7416c688af6070e1078eb1c5fcfa395e7563085cf29e3b1 +9a1a63da97ea6e7bea9a04ac835e4ccc7667e897c1e16be63ce36ab53a1bb568
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.