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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment