mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 03:26:47 +07:00
staging: iio: cdc: ad7746: Fix alignment with paranthesis
This was reported by checkpatch.pl: CHECK: Alignment should match open parenthesis Signed-off-by: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
6602292e1d
commit
745c6dad49
@ -547,7 +547,7 @@ static int ad7746_read_raw(struct iio_dev *indio_dev,
|
||||
|
||||
regval = chip->config | AD7746_CONF_MODE_SINGLE_CONV;
|
||||
ret = i2c_smbus_write_byte_data(chip->client, AD7746_REG_CFG,
|
||||
regval);
|
||||
regval);
|
||||
if (ret < 0)
|
||||
goto out;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user