Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 020789e9 authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman
Browse files

[PATCH] I2C: Outdated i2c_adapter comment



Delete an outdated comment about i2c_algorithm.id being computed
from algo->id.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c2459cf2
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -219,8 +219,7 @@ struct i2c_algorithm {
 */
 */
struct i2c_adapter {
struct i2c_adapter {
	struct module *owner;
	struct module *owner;
	unsigned int id;/* == is algo->id | hwdep.struct->id, 		*/
	unsigned int id;
			/* for registered values see below		*/
	unsigned int class;
	unsigned int class;
	struct i2c_algorithm *algo;/* the algorithm to access the bus	*/
	struct i2c_algorithm *algo;/* the algorithm to access the bus	*/
	void *algo_data;
	void *algo_data;