<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From khali@linux-fr.org Sat Aug 13 04:06:34 2005
Date: Sat, 13 Aug 2005 13:04:32 +0200
From: Jean Delvare &lt;khali@linux-fr.org&gt;
To: Greg KH &lt;greg@kroah.com&gt;
Subject: I2C: Outdated i2c_adapter comment
Message-Id: &lt;20050813130432.22d5bc1e.khali@linux-fr.org&gt;

Delete an outdated comment about i2c_algorithm.id being computed
from algo-&gt;id.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

---
 include/linux/i2c.h |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

--- gregkh-2.6.orig/include/linux/i2c.h	2005-08-15 10:27:50.000000000 -0700
+++ gregkh-2.6/include/linux/i2c.h	2005-08-15 17:42:36.000000000 -0700
@@ -219,8 +219,7 @@
  */
 struct i2c_adapter {
 	struct module *owner;
-	unsigned int id;/* == is algo-&gt;id | hwdep.struct-&gt;id, 		*/
-			/* for registered values see below		*/
+	unsigned int id;
 	unsigned int class;
 	struct i2c_algorithm *algo;/* the algorithm to access the bus	*/
 	void *algo_data;
</pre></body></html>