]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
iio:max1363 fix typos of int_vref_mv
authorHartmut Knaack <knaack.h@gmx.de>
Sun, 16 Feb 2014 11:47:00 +0000 (11:47 +0000)
committerJonathan Cameron <jic23@kernel.org>
Tue, 18 Feb 2014 08:44:11 +0000 (08:44 +0000)
This patch fixes some typos in max1363_chip_info_tbl[].

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/max1363.c

index ce84b012f7df718ae4ea7bca420cb397af61f12d..9cf3229a72728239e09ebf2d8419f6d6bcab8a32 100644 (file)
@@ -1247,7 +1247,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
        },
        [max11604] = {
                .bits = 8,
-               .int_vref_mv = 4098,
+               .int_vref_mv = 4096,
                .mode_list = max1238_mode_list,
                .num_modes = ARRAY_SIZE(max1238_mode_list),
                .default_mode = s0to11,
@@ -1307,7 +1307,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
        },
        [max11610] = {
                .bits = 10,
-               .int_vref_mv = 4098,
+               .int_vref_mv = 4096,
                .mode_list = max1238_mode_list,
                .num_modes = ARRAY_SIZE(max1238_mode_list),
                .default_mode = s0to11,
@@ -1367,7 +1367,7 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
        },
        [max11616] = {
                .bits = 12,
-               .int_vref_mv = 4098,
+               .int_vref_mv = 4096,
                .mode_list = max1238_mode_list,
                .num_modes = ARRAY_SIZE(max1238_mode_list),
                .default_mode = s0to11,