diff for duplicates of <1064273428458@kroah.com> diff --git a/a/1.txt b/N1/1.txt index af17678..352f9d7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -108,7 +108,7 @@ diff -Nru a/drivers/i2c/busses/i2c-elektor.c b/drivers/i2c/busses/i2c-elektor.c - printk(KERN_INFO "i2c-elektor.o: i2c pcf8584-isa adapter module version %s (%s)\n", I2C_VERSION, I2C_DATE); + printk(KERN_INFO "i2c-elektor: i2c pcf8584-isa adapter driver\n"); - if (base = 0) { + if (base == 0) { base = DEFAULT_BASE; @@ -243,7 +243,7 @@ if (i2c_pcf_add_bus(&pcf_isa_ops) < 0) @@ -184,9 +184,9 @@ diff -Nru a/drivers/i2c/busses/i2c-velleman.c b/drivers/i2c/busses/i2c-velleman. { - printk(KERN_INFO "i2c-velleman.o: i2c Velleman K8000 adapter module version %s (%s)\n", I2C_VERSION, I2C_DATE); + printk(KERN_INFO "i2c-velleman: i2c Velleman K8000 driver\n"); - if (base=0) { + if (base==0) { /* probe some values */ - baseÞFAULT_BASE; + base=DEFAULT_BASE; @@ -140,7 +140,7 @@ return -ENODEV; } diff --git a/a/content_digest b/N1/content_digest index 93e802e..60bcc32 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\010642734283922@kroah.com\0" - "ref\01064273416272@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] i2c driver fixes for 2.6.0-test5\0" - "Date\0Thu, 19 May 2005 06:24:19 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] i2c driver fixes for 2.6.0-test5\0" + "Date\0Mon, 22 Sep 2003 16:30:28 -0700\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -117,7 +116,7 @@ "-\tprintk(KERN_INFO \"i2c-elektor.o: i2c pcf8584-isa adapter module version %s (%s)\\n\", I2C_VERSION, I2C_DATE);\n" "+\tprintk(KERN_INFO \"i2c-elektor: i2c pcf8584-isa adapter driver\\n\");\n" " \n" - " \tif (base = 0) {\n" + " \tif (base == 0) {\n" " \t\tbase = DEFAULT_BASE;\n" "@@ -243,7 +243,7 @@\n" " \tif (i2c_pcf_add_bus(&pcf_isa_ops) < 0)\n" @@ -193,9 +192,9 @@ " {\n" "-\tprintk(KERN_INFO \"i2c-velleman.o: i2c Velleman K8000 adapter module version %s (%s)\\n\", I2C_VERSION, I2C_DATE);\n" "+\tprintk(KERN_INFO \"i2c-velleman: i2c Velleman K8000 driver\\n\");\n" - " \tif (base=0) {\n" + " \tif (base==0) {\n" " \t\t/* probe some values */\n" - " \t\tbase\303\236FAULT_BASE;\n" + " \t\tbase=DEFAULT_BASE;\n" "@@ -140,7 +140,7 @@\n" " \t\t\treturn -ENODEV;\n" " \t\t}\n" @@ -243,4 +242,4 @@ " #include <linux/types.h>\n" #include <linux/i2c-id.h> -a827fc542d9224c31ad532c8ed959d2c1152c85cecaa77fd1a2c78d709193b82 +cb600e3d5a68a677bebda8e0ca6afd199ff2b2334fd0b61005c852be93573161
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.