mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 04:28:10 -04:00
Staging:iio:ade7854 Coding style correction
Line over 80 characters corrected Signed-off-by: Tolga Ceylan <tolga.ceylan@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
committed by
Jonathan Cameron
parent
98a3d2e1d5
commit
c726aadd73
@@ -195,7 +195,8 @@ static int ade7854_i2c_read_reg_32(struct device *dev,
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
*val = (st->rx[0] << 24) | (st->rx[1] << 16) | (st->rx[2] << 8) | st->rx[3];
|
||||
*val = (st->rx[0] << 24) | (st->rx[1] << 16) |
|
||||
(st->rx[2] << 8) | st->rx[3];
|
||||
out:
|
||||
mutex_unlock(&st->buf_lock);
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user