From: Jean Delvare Date: Sat, 13 Aug 2005 11:04:32 +0000 (+0200) Subject: [PATCH] I2C: Outdated i2c_adapter comment X-Git-Tag: v2.6.14-rc1~752^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=020789e9cb688ac8b15a9950d25fe45492b23398;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] I2C: Outdated i2c_adapter comment Delete an outdated comment about i2c_algorithm.id being computed from algo->id. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/i2c.h b/include/linux/i2c.h index af4983b..233c153 100644 --- 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;