From: Jonathan Cameron <jic23@kernel.org>
To: Hartmut Knaack <knaack.h@gmx.de>, linux-iio@vger.kernel.org
Subject: Re: [PATCH]iio:max1363 fix typos of int_vref_mv
Date: Tue, 18 Feb 2014 08:44:22 +0000 [thread overview]
Message-ID: <53031D66.8090004@kernel.org> (raw)
In-Reply-To: <5300A545.5040308@gmx.de>
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
>
prev parent reply other threads:[~2014-02-18 8:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-16 11:47 [PATCH]iio:max1363 fix typos of int_vref_mv Hartmut Knaack
2014-02-18 8:44 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53031D66.8090004@kernel.org \
--to=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.