|
@@ -460,9 +460,11 @@ static int tw9910_mask_set(struct i2c_client *client, u8 command,
|
|
|
s32 val = i2c_smbus_read_byte_data(client, command);
|
|
s32 val = i2c_smbus_read_byte_data(client, command);
|
|
|
return i2c_smbus_write_byte_data(client, command, val);
|
|
return i2c_smbus_write_byte_data(client, command, val);
|