Commit 28901f57 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare

i2c-i801: Fix comment

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 79e3e5b8
......@@ -1062,7 +1062,7 @@ static unsigned int __devinit i801_get_adapter_class(struct i801_priv *priv)
id = dmi_first_match(mux_dmi_table);
if (id) {
/* Remove from branch classes from trunk */
/* Remove branch classes from trunk */
mux_config = id->driver_data;
for (i = 0; i < mux_config->n_values; i++)
class &= ~mux_config->classes[i];
......
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