Re: [PATCH] I2C fixes for 2.6.10-rc2

From: Greg KH
Date: Fri Nov 19 2004 - 17:19:03 EST


ChangeSet 1.2167, 2004/11/19 09:14:15-08:00, paubert@xxxxxxx

[PATCH] I2C: minor comment fix

It seems so. BTW I hate wrong comments and happened to add one
in my patch. To fix my blunder, can you apply the appended one
line removal on top of Jean's patch.


Signed-off-by: Gabriel Paubert <paubert@xxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/i2c/i2c-core.c | 1 -
1 files changed, 1 deletion(-)


diff -Nru a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
--- a/drivers/i2c/i2c-core.c 2004-11-19 11:40:37 -08:00
+++ b/drivers/i2c/i2c-core.c 2004-11-19 11:40:37 -08:00
@@ -1021,7 +1021,6 @@
I2C_SMBUS_WORD_DATA,&data);
}

-/* Returns the number of bytes transferred */
s32 i2c_smbus_write_block_data(struct i2c_client *client, u8 command,
u8 length, u8 *values)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/