提交 b8a70aef 编写于 作者: H Hartmut Knaack 提交者: Jonathan Cameron

iio:max1363 fix typos of int_vref_mv

This patch fixes some typos in max1363_chip_info_tbl[].
Signed-off-by: NHartmut Knaack <knaack.h@gmx.de>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 2deaf23b
...@@ -1247,7 +1247,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1247,7 +1247,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
}, },
[max11604] = { [max11604] = {
.bits = 8, .bits = 8,
.int_vref_mv = 4098, .int_vref_mv = 4096,
.mode_list = max1238_mode_list, .mode_list = max1238_mode_list,
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
...@@ -1307,7 +1307,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1307,7 +1307,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
}, },
[max11610] = { [max11610] = {
.bits = 10, .bits = 10,
.int_vref_mv = 4098, .int_vref_mv = 4096,
.mode_list = max1238_mode_list, .mode_list = max1238_mode_list,
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
...@@ -1367,7 +1367,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1367,7 +1367,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
}, },
[max11616] = { [max11616] = {
.bits = 12, .bits = 12,
.int_vref_mv = 4098, .int_vref_mv = 4096,
.mode_list = max1238_mode_list, .mode_list = max1238_mode_list,
.num_modes = ARRAY_SIZE(max1238_mode_list), .num_modes = ARRAY_SIZE(max1238_mode_list),
.default_mode = s0to11, .default_mode = s0to11,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册