提交 ddf9ee40 编写于 作者: R René Hickersberger?= 提交者: Jonathan Cameron

Staging: iio: accel: adis16203: fixed a brace coding style issue

Fixed a brace coding style issue.
Signed-off-by: NRené Hickersberger <renehickersberger@gmx.net>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 bf235277
......@@ -205,9 +205,8 @@ static int adis16203_read_raw(struct iio_dev *indio_dev,
bits = 14;
addr = adis16203_addresses[chan->scan_index];
ret = adis_read_reg_16(st, addr, &val16);
if (ret) {
if (ret)
return ret;
}
val16 &= (1 << bits) - 1;
val16 = (s16)(val16 << (16 - bits)) >> (16 - bits);
*val = val16;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册