[PATCH] i2c: Fix i2c-ite name initialization
Properly set the name member of the i2c_adapter structure of the ite i2c adapter driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2f27f46c49
commit
f8d6d9f52b
1 changed files with 1 additions and 3 deletions
|
@ -200,9 +200,7 @@ static struct i2c_adapter iic_ite_ops = {
|
|||
.owner = THIS_MODULE,
|
||||
.id = I2C_HW_I_IIC,
|
||||
.algo_data = &iic_ite_data,
|
||||
.dev = {
|
||||
.name = "ITE IIC adapter",
|
||||
},
|
||||
.name = "ITE IIC adapter",
|
||||
};
|
||||
|
||||
/* Called when the module is loaded. This function starts the
|
||||
|
|
Loading…
Reference in a new issue