projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2459cf
)
[PATCH] I2C: Outdated i2c_adapter comment
author
Jean Delvare
<khali@linux-fr.org>
Sat, 13 Aug 2005 11:04:32 +0000
(13:04 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 5 Sep 2005 16:14:33 +0000
(09:14 -0700)
Delete an outdated comment about i2c_algorithm.id being computed
from algo->id.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/i2c.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/i2c.h
b/include/linux/i2c.h
index af4983b488b6fa5baf5f001c4e0b57d4b6e84511..233c153b12b143c1520341017219894c891a2162 100644
(file)
--- a/
include/linux/i2c.h
+++ b/
include/linux/i2c.h
@@
-219,8
+219,7
@@
struct i2c_algorithm {
*/
struct i2c_adapter {
struct module *owner;
- unsigned int id;/* == is algo->id | hwdep.struct->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;