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

Commit 14f55f7a authored by Wolfram Sang's avatar Wolfram Sang Committed by Jean Delvare
Browse files

i2c: Make clear what the class field of i2c_adapter is good for



Make clear what the class field of i2c_adapter is good for.

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent a672b4c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ struct i2c_algorithm {
struct i2c_adapter {
	struct module *owner;
	unsigned int id;
	unsigned int class;
	unsigned int class;		  /* classes to allow probing for */
	const struct i2c_algorithm *algo; /* the algorithm to access the bus */
	void *algo_data;