Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2470bf57 authored by Hernán Gonzalez's avatar Hernán Gonzalez Committed by Jonathan Cameron
Browse files

staging: iio: ad7746: Adjust arguments to match open parenthesis



Clear a couple more checkpatch.pl CHECKS.

Signed-off-by: default avatarHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 95302e54
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -556,7 +556,8 @@ static int ad7746_read_raw(struct iio_dev *indio_dev,
		/* Now read the actual register */
		/* Now read the actual register */


		ret = i2c_smbus_read_i2c_block_data(chip->client,
		ret = i2c_smbus_read_i2c_block_data(chip->client,
			chan->address >> 8, 3, &chip->data.d8[1]);
						    chan->address >> 8, 3,
						    &chip->data.d8[1]);


		if (ret < 0)
		if (ret < 0)
			goto out;
			goto out;