From: Wolfram Sang Date: Wed, 22 Oct 2008 18:21:30 +0000 (+0200) Subject: i2c: Make clear what the class field of i2c_adapter is good for X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=14f55f7a033f86a4e8f0310dd4d54b5464322e6e;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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: Wolfram Sang Signed-off-by: Jean Delvare --- diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 06115128047f..4ac8ec3c7927 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -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;