All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Paul Fertser <fercerpav@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pcf50633: fix wrong define for 10bit ADC mode
Date: Mon, 3 Aug 2009 20:01:23 +0200	[thread overview]
Message-ID: <20090803180122.GE28606@sortiz.org> (raw)
In-Reply-To: <200907281845.n6SIjq3m025462@home.pavel.comp>

On Tue, Jul 28, 2009 at 01:09:04AM +0400, Paul Fertser wrote:
> Signed-off-by: Paul Fertser <fercerpav@gmail.com>
> ---
>  include/linux/mfd/pcf50633/adc.h |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
Applied, thanks a lot.

Cheers,
Samuel.

 
> diff --git a/include/linux/mfd/pcf50633/adc.h b/include/linux/mfd/pcf50633/adc.h
> index 56669b4..b35e628 100644
> --- a/include/linux/mfd/pcf50633/adc.h
> +++ b/include/linux/mfd/pcf50633/adc.h
> @@ -25,7 +25,8 @@
>  #define PCF50633_REG_ADCS3		0x57
>  
>  #define PCF50633_ADCC1_ADCSTART		0x01
> -#define PCF50633_ADCC1_RES_10BIT	0x02
> +#define PCF50633_ADCC1_RES_8BIT		0x02
> +#define PCF50633_ADCC1_RES_10BIT	0x00
>  #define PCF50633_ADCC1_AVERAGE_NO	0x00
>  #define PCF50633_ADCC1_AVERAGE_4	0x04
>  #define PCF50633_ADCC1_AVERAGE_8	0x08
> -- 
> 1.6.0.6
> 

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

      reply	other threads:[~2009-08-03 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-27 21:09 [PATCH] pcf50633: fix wrong define for 10bit ADC mode Paul Fertser
2009-08-03 18:01 ` Samuel Ortiz [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=20090803180122.GE28606@sortiz.org \
    --to=sameo@linux.intel.com \
    --cc=fercerpav@gmail.com \
    --cc=linux-kernel@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.