All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 2.6] I2C: drop bogus eeprom comment
@ 2005-06-23 23:43 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2005-06-23 23:43 UTC (permalink / raw)
  To: lm-sensors

Hi Greg,

This simple patch drops an out-of-date comment in the eeprom i2c chip
driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

 drivers/i2c/chips/eeprom.c |    3 ---
 1 files changed, 3 deletions(-)

--- linux-2.6.12-git5.orig/drivers/i2c/chips/eeprom.c	2005-06-23 21:32:01.000000000 +0200
+++ linux-2.6.12-git5/drivers/i2c/chips/eeprom.c	2005-06-23 23:38:56.000000000 +0200
@@ -173,9 +173,6 @@
 					    | I2C_FUNC_SMBUS_BYTE))
 		goto exit;
 
-	/* OK. For now, we presume we have a valid client. We now create the
-	   client structure, even though we cannot fill it completely yet.
-	   But it allows us to access eeprom_{read,write}_value. */
 	if (!(data = kmalloc(sizeof(struct eeprom_data), GFP_KERNEL))) {
 		err = -ENOMEM;
 		goto exit;


-- 
Jean Delvare

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-23 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-23 23:43 [lm-sensors] [PATCH 2.6] I2C: drop bogus eeprom comment Jean Delvare

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.