diff for duplicates of <10476033233796@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 906bbbe..26db9d5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ diff -Nru a/arch/i386/kernel/dmi_scan.c b/arch/i386/kernel/dmi_scan.c #include <linux/slab.h> #include <asm/io.h> @@ -893,3 +894,5 @@ - if(err = 0) + if(err == 0) dmi_check_blacklist(); } + @@ -60,10 +60,10 @@ diff -Nru a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c #else -#define IBM_SIGNATURE "IBM" - dmi_scan_mach(); -- if(dmi_ident[DMI_SYS_VENDOR] = NULL) +- if(dmi_ident[DMI_SYS_VENDOR] == NULL) - return 0; - if(strncmp(dmi_ident[DMI_SYS_VENDOR], IBM_SIGNATURE, -- strlen(IBM_SIGNATURE)) = 0) +- strlen(IBM_SIGNATURE)) == 0) - return 1; return 0; #endif diff --git a/a/content_digest b/N1/content_digest index 0d552ef..400ae75 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\01047603322689@kroah.com\0" - "ref\010476033213315@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] i2c driver changes for 2.5.64\0" - "Date\0Thu, 19 May 2005 06:23:49 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] i2c driver changes for 2.5.64\0" + "Date\0Thu, 13 Mar 2003 16:55 -0800\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -31,7 +30,7 @@ " #include <linux/slab.h>\n" " #include <asm/io.h>\n" "@@ -893,3 +894,5 @@\n" - " \tif(err = 0)\n" + " \tif(err == 0)\n" " \t\tdmi_check_blacklist();\n" " }\n" "+\n" @@ -69,10 +68,10 @@ " #else\n" "-#define IBM_SIGNATURE\t\t\"IBM\"\n" "-\tdmi_scan_mach();\n" - "-\tif(dmi_ident[DMI_SYS_VENDOR] = NULL)\n" + "-\tif(dmi_ident[DMI_SYS_VENDOR] == NULL)\n" "-\t\treturn 0;\n" "-\tif(strncmp(dmi_ident[DMI_SYS_VENDOR], IBM_SIGNATURE,\n" - "-\t strlen(IBM_SIGNATURE)) = 0)\n" + "-\t strlen(IBM_SIGNATURE)) == 0)\n" "-\t\treturn 1;\n" " \treturn 0;\n" " #endif\n" @@ -98,4 +97,4 @@ " /* Determine the address of the SMBus areas */\n" " \tif (force_addr) {" -a8c97eeebdc169c6fb1de5c77c24da94fbee5af1e3a8555ba2a732f2f9941ed1 +790e838c31cfe8a555d8b8939bcd4ac12ff767cafbfc4ae0aa588ae102fd252d
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.