提交 c9d5e5b9 编写于 作者: G Gregor Boirie 提交者: Jonathan Cameron

iio:st_pressure: align storagebits on power of 2

Sampled pressure data are 24 bits long and should be stored in a 32 bits
word.
Signed-off-by: NGregor Boirie <gregor.boirie@parrot.com>
Tested-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 e7385de5
......@@ -146,7 +146,7 @@ static const struct iio_chan_spec st_press_1_channels[] = {
.scan_type = {
.sign = 'u',
.realbits = 24,
.storagebits = 24,
.storagebits = 32,
.endianness = IIO_LE,
},
.info_mask_separate =
......@@ -218,7 +218,7 @@ static const struct iio_chan_spec st_press_lps22hb_channels[] = {
.scan_type = {
.sign = 'u',
.realbits = 24,
.storagebits = 24,
.storagebits = 32,
.endianness = IIO_LE,
},
.info_mask_separate =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册