linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]iio:max1363 fix typos of int_vref_mv
@ 2014-02-16 11:47 Hartmut Knaack
  2014-02-18  8:44 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Hartmut Knaack @ 2014-02-16 11:47 UTC (permalink / raw)
  To: linux-iio

This patch fixes some typos in max1363_chip_info_tbl[].

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
---
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index e283f2f..de7d3b4 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -1253,7 +1253,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,
@@ -1313,7 +1313,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,
@@ -1373,7 +1373,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,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH]iio:max1363 fix typos of int_vref_mv
  2014-02-16 11:47 [PATCH]iio:max1363 fix typos of int_vref_mv Hartmut Knaack
@ 2014-02-18  8:44 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2014-02-18  8:44 UTC (permalink / raw)
  To: Hartmut Knaack, linux-iio

On 16/02/14 11:47, Hartmut Knaack wrote:
> This patch fixes some typos in max1363_chip_info_tbl[].
>
> Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Good spot.  As it has been there for quite some time and no one has
noticed, I'll put this through the togreg branch rather than fixes-togreg.

Applied to the togreg branch of iio.git.  Thanks.
> ---
> diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
> index e283f2f..de7d3b4 100644
> --- a/drivers/iio/adc/max1363.c
> +++ b/drivers/iio/adc/max1363.c
> @@ -1253,7 +1253,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,
> @@ -1313,7 +1313,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,
> @@ -1373,7 +1373,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,
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-18  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-16 11:47 [PATCH]iio:max1363 fix typos of int_vref_mv Hartmut Knaack
2014-02-18  8:44 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).