mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
iio: use I2C_FUNC_SMBUS_I2C_BLOCK macro
I do not see why the driver requires I2C_FUNC_SMBUS_I2C_BLOCK, actually only single bytes or words are transferred Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Cc: Ge Gao <ggao@invensense.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
71866079dd
commit
2ffdcd3dec
@ -663,8 +663,8 @@ static int inv_mpu_probe(struct i2c_client *client,
|
||||
int result;
|
||||
|
||||
if (!i2c_check_functionality(client->adapter,
|
||||
I2C_FUNC_SMBUS_READ_I2C_BLOCK |
|
||||
I2C_FUNC_SMBUS_WRITE_I2C_BLOCK)) {
|
||||
I2C_FUNC_SMBUS_I2C_BLOCK)) {
|
||||
|
||||
result = -ENOSYS;
|
||||
goto out_no_free;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user