All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] MFD: twl4030-core: Fix a typo in the twl_has_pwrbutton definition
@ 2010-02-10 13:33 Eduardo Valentin
  2010-02-11 12:49 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Eduardo Valentin @ 2010-02-10 13:33 UTC (permalink / raw)
  To: sameo; +Cc: LKML, Eduardo Valentin

From: Eduardo Valentin <eduardo.valentin@nokia.com>

Change the typo CONFIG_INPUT_TWL4030_PWBUTTON_MODULE in the
twl_has_pwrbutton definition to CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE.

Signed-off-by: Eduardo Valentin <eduardo.valentin@nokia.com>
---
 drivers/mfd/twl4030-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c
index 0004823..04656f8 100644
--- a/drivers/mfd/twl4030-core.c
+++ b/drivers/mfd/twl4030-core.c
@@ -134,7 +134,7 @@
 #define TWL4030_NUM_SLAVES		4
 
 #if defined(CONFIG_INPUT_TWL4030_PWRBUTTON) \
-	|| defined(CONFIG_INPUT_TWL4030_PWBUTTON_MODULE)
+	|| defined(CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE)
 #define twl_has_pwrbutton()	true
 #else
 #define twl_has_pwrbutton()	false
-- 
1.6.5.7.g9ecb2


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

* Re: [PATCH 1/1] MFD: twl4030-core: Fix a typo in the twl_has_pwrbutton definition
  2010-02-10 13:33 [PATCH 1/1] MFD: twl4030-core: Fix a typo in the twl_has_pwrbutton definition Eduardo Valentin
@ 2010-02-11 12:49 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2010-02-11 12:49 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: LKML

Hi Eduardo,

On Wed, Feb 10, 2010 at 03:33:48PM +0200, Eduardo Valentin wrote:
> From: Eduardo Valentin <eduardo.valentin@nokia.com>
> 
> Change the typo CONFIG_INPUT_TWL4030_PWBUTTON_MODULE in the
> twl_has_pwrbutton definition to CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE.
Patch applied manually, as twl4030-core.c is now twl-core.c in my tree,
thanks.

Cheers,
Samuel.


> Signed-off-by: Eduardo Valentin <eduardo.valentin@nokia.com>
> ---
>  drivers/mfd/twl4030-core.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c
> index 0004823..04656f8 100644
> --- a/drivers/mfd/twl4030-core.c
> +++ b/drivers/mfd/twl4030-core.c
> @@ -134,7 +134,7 @@
>  #define TWL4030_NUM_SLAVES		4
>  
>  #if defined(CONFIG_INPUT_TWL4030_PWRBUTTON) \
> -	|| defined(CONFIG_INPUT_TWL4030_PWBUTTON_MODULE)
> +	|| defined(CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE)
>  #define twl_has_pwrbutton()	true
>  #else
>  #define twl_has_pwrbutton()	false
> -- 
> 1.6.5.7.g9ecb2
> 

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

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

end of thread, other threads:[~2010-02-11 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-10 13:33 [PATCH 1/1] MFD: twl4030-core: Fix a typo in the twl_has_pwrbutton definition Eduardo Valentin
2010-02-11 12:49 ` Samuel Ortiz

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.