* [PATCH] twl4030-core: fix a typo
@ 2008-10-09 15:14 Pakaravoor, Jagadeesh
2008-10-09 16:07 ` Felipe Balbi
0 siblings, 1 reply; 6+ messages in thread
From: Pakaravoor, Jagadeesh @ 2008-10-09 15:14 UTC (permalink / raw)
To: Linux OMAP Mailing List; +Cc: tony@atomide.com
From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
Fix a trivial typo.
Signed-off-by: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
---
Index: linux-omap-git/drivers/mfd/twl4030-core.c
===================================================================
--- linux-omap-git.orig/drivers/mfd/twl4030-core.c 2008-10-09 18:32:15.000000000 +0530
+++ linux-omap-git/drivers/mfd/twl4030-core.c 2008-10-09 20:40:18.007239952 +0530
@@ -57,7 +57,7 @@
#define DRIVER_NAME "twl4030"
#if defined(CONFIG_TWL4030_BCI_BATTERY) || \
- defined(CONFIG_TWL4030_BCI_BATTERY_MODUEL)
+ defined(CONFIG_TWL4030_BCI_BATTERY_MODULE)
#define twl_has_bci() true
#else
#define twl_has_bci() false
--
With Regards,
Jagadeesh Bhaskar P
----------------------------
Some men see things as they are and say why - I dream things that never were and say why not.
- George Bernard Shaw
-------------------
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] twl4030-core: fix a typo
2008-10-09 15:14 [PATCH] twl4030-core: fix a typo Pakaravoor, Jagadeesh
@ 2008-10-09 16:07 ` Felipe Balbi
2008-10-09 19:54 ` Pandita, Vikram
0 siblings, 1 reply; 6+ messages in thread
From: Felipe Balbi @ 2008-10-09 16:07 UTC (permalink / raw)
To: Pakaravoor, Jagadeesh; +Cc: Linux OMAP Mailing List, tony@atomide.com
On Thu, Oct 09, 2008 at 08:44:49PM +0530, Pakaravoor, Jagadeesh wrote:
> From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
>
> Fix a trivial typo.
please Cc Samuel Ortiz <sameo@openedhand.com> and lkml
> Signed-off-by: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
> ---
> Index: linux-omap-git/drivers/mfd/twl4030-core.c
> ===================================================================
> --- linux-omap-git.orig/drivers/mfd/twl4030-core.c 2008-10-09 18:32:15.000000000 +0530
> +++ linux-omap-git/drivers/mfd/twl4030-core.c 2008-10-09 20:40:18.007239952 +0530
> @@ -57,7 +57,7 @@
> #define DRIVER_NAME "twl4030"
>
> #if defined(CONFIG_TWL4030_BCI_BATTERY) || \
> - defined(CONFIG_TWL4030_BCI_BATTERY_MODUEL)
> + defined(CONFIG_TWL4030_BCI_BATTERY_MODULE)
> #define twl_has_bci() true
> #else
> #define twl_has_bci() false
>
> --
> With Regards,
> Jagadeesh Bhaskar P
>
> ----------------------------
> Some men see things as they are and say why - I dream things that never were and say why not.
> - George Bernard Shaw
> -------------------
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
balbi
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH] twl4030-core: fix a typo
2008-10-09 16:07 ` Felipe Balbi
@ 2008-10-09 19:54 ` Pandita, Vikram
2008-10-09 20:03 ` David Brownell
2008-10-09 20:04 ` Felipe Balbi
0 siblings, 2 replies; 6+ messages in thread
From: Pandita, Vikram @ 2008-10-09 19:54 UTC (permalink / raw)
To: me@felipebalbi.com, Pakaravoor, Jagadeesh
Cc: Linux OMAP Mailing List, tony@atomide.com
>To: Pakaravoor, Jagadeesh
>On Thu, Oct 09, 2008 at 08:44:49PM +0530, Pakaravoor, Jagadeesh wrote:
>> From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
>>
>> Fix a trivial typo.
>
>please Cc Samuel Ortiz <sameo@openedhand.com> and lkml
Samuel already fixed this.
http://lkml.org/lkml/2008/10/8/166
>
>
>> Signed-off-by: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
>> ---
>> Index: linux-omap-git/drivers/mfd/twl4030-core.c
>> ===================================================================
>> --- linux-omap-git.orig/drivers/mfd/twl4030-core.c 2008-10-09 18:32:15.000000000 +0530
>> +++ linux-omap-git/drivers/mfd/twl4030-core.c 2008-10-09 20:40:18.007239952 +0530
>> @@ -57,7 +57,7 @@
>> #define DRIVER_NAME "twl4030"
>>
>> #if defined(CONFIG_TWL4030_BCI_BATTERY) || \
>> - defined(CONFIG_TWL4030_BCI_BATTERY_MODUEL)
>> + defined(CONFIG_TWL4030_BCI_BATTERY_MODULE)
>> #define twl_has_bci() true
>> #else
>> #define twl_has_bci() false
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] twl4030-core: fix a typo
2008-10-09 19:54 ` Pandita, Vikram
@ 2008-10-09 20:03 ` David Brownell
2008-10-09 20:04 ` Felipe Balbi
1 sibling, 0 replies; 6+ messages in thread
From: David Brownell @ 2008-10-09 20:03 UTC (permalink / raw)
To: Pandita, Vikram
Cc: me@felipebalbi.com, Pakaravoor, Jagadeesh,
Linux OMAP Mailing List, tony@atomide.com
On Thursday 09 October 2008, Pandita, Vikram wrote:
>
> >To: Pakaravoor, Jagadeesh
> >On Thu, Oct 09, 2008 at 08:44:49PM +0530, Pakaravoor, Jagadeesh wrote:
> >> From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
> >>
> >> Fix a trivial typo.
> >
> >please Cc Samuel Ortiz <sameo@openedhand.com> and lkml
>
> Samuel already fixed this.
> http://lkml.org/lkml/2008/10/8/166
Right, but we won't see such fixes until around 2.6.28-rc1-omap1,
which is probably 2-3 weeks away. Meanwhile, it's important not
to diverge from mainline here ... so CC'ing Sam (MFD maintainer)
is "better safe than sorry".
- Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] twl4030-core: fix a typo
2008-10-09 19:54 ` Pandita, Vikram
2008-10-09 20:03 ` David Brownell
@ 2008-10-09 20:04 ` Felipe Balbi
2008-10-10 11:28 ` Tony Lindgren
1 sibling, 1 reply; 6+ messages in thread
From: Felipe Balbi @ 2008-10-09 20:04 UTC (permalink / raw)
To: Pandita, Vikram
Cc: me@felipebalbi.com, Pakaravoor, Jagadeesh,
Linux OMAP Mailing List, tony@atomide.com
On Fri, Oct 10, 2008 at 01:24:10AM +0530, Pandita, Vikram wrote:
>
> >To: Pakaravoor, Jagadeesh
> >On Thu, Oct 09, 2008 at 08:44:49PM +0530, Pakaravoor, Jagadeesh wrote:
> >> From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
> >>
> >> Fix a trivial typo.
> >
> >please Cc Samuel Ortiz <sameo@openedhand.com> and lkml
>
> Samuel already fixed this.
> http://lkml.org/lkml/2008/10/8/166
cool, better applying here to avoid conflicts then :-D
--
balbi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] twl4030-core: fix a typo
2008-10-09 20:04 ` Felipe Balbi
@ 2008-10-10 11:28 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2008-10-10 11:28 UTC (permalink / raw)
To: Felipe Balbi
Cc: Pandita, Vikram, Pakaravoor, Jagadeesh, Linux OMAP Mailing List
* Felipe Balbi <me@felipebalbi.com> [081009 23:04]:
> On Fri, Oct 10, 2008 at 01:24:10AM +0530, Pandita, Vikram wrote:
> >
> > >To: Pakaravoor, Jagadeesh
> > >On Thu, Oct 09, 2008 at 08:44:49PM +0530, Pakaravoor, Jagadeesh wrote:
> > >> From: Jagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
> > >>
> > >> Fix a trivial typo.
> > >
> > >please Cc Samuel Ortiz <sameo@openedhand.com> and lkml
> >
> > Samuel already fixed this.
> > http://lkml.org/lkml/2008/10/8/166
>
> cool, better applying here to avoid conflicts then :-D
Pushing to l-o tree.
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-10-10 11:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09 15:14 [PATCH] twl4030-core: fix a typo Pakaravoor, Jagadeesh
2008-10-09 16:07 ` Felipe Balbi
2008-10-09 19:54 ` Pandita, Vikram
2008-10-09 20:03 ` David Brownell
2008-10-09 20:04 ` Felipe Balbi
2008-10-10 11:28 ` Tony Lindgren
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).