* [PATCH 1/2] Typo fix for clock_allow_idle
@ 2008-09-22 7:23 kucheria.amit
2008-11-25 23:12 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: kucheria.amit @ 2008-09-22 7:23 UTC (permalink / raw)
To: linux-omap; +Cc: Amit Kucheria
From: Amit Kucheria <amit.kucheria@verdurent.com>
Signed-off-by: Amit Kucheria <amit.kucheria@verdurent.com>
---
arch/arm/plat-omap/include/mach/pm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-omap/include/mach/pm.h b/arch/arm/plat-omap/include/mach/pm.h
index e4cf1c5..15c19f0 100644
--- a/arch/arm/plat-omap/include/mach/pm.h
+++ b/arch/arm/plat-omap/include/mach/pm.h
@@ -131,7 +131,7 @@ void clk_deny_idle(struct clk *clk);
* clk_allow_idle - Counters previous clk_deny_idle
* @clk: clock signal handle
*/
-void clk_deny_idle(struct clk *clk);
+void clk_allow_idle(struct clk *clk);
extern void omap_pm_idle(void);
extern void omap_pm_suspend(void);
--
1.5.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] Typo fix for clock_allow_idle
2008-09-22 7:23 [PATCH 1/2] Typo fix for clock_allow_idle kucheria.amit
@ 2008-11-25 23:12 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-11-25 23:12 UTC (permalink / raw)
To: kucheria.amit; +Cc: linux-omap, Amit Kucheria
* kucheria.amit@gmail.com <kucheria.amit@gmail.com> [080922 00:23]:
> From: Amit Kucheria <amit.kucheria@verdurent.com>
Pushing today & adding to omap-fixes queue. Sorry for the delay on this one.
Tony
> Signed-off-by: Amit Kucheria <amit.kucheria@verdurent.com>
> ---
> arch/arm/plat-omap/include/mach/pm.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/include/mach/pm.h b/arch/arm/plat-omap/include/mach/pm.h
> index e4cf1c5..15c19f0 100644
> --- a/arch/arm/plat-omap/include/mach/pm.h
> +++ b/arch/arm/plat-omap/include/mach/pm.h
> @@ -131,7 +131,7 @@ void clk_deny_idle(struct clk *clk);
> * clk_allow_idle - Counters previous clk_deny_idle
> * @clk: clock signal handle
> */
> -void clk_deny_idle(struct clk *clk);
> +void clk_allow_idle(struct clk *clk);
>
> extern void omap_pm_idle(void);
> extern void omap_pm_suspend(void);
> --
> 1.5.6.3
>
> --
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-25 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 7:23 [PATCH 1/2] Typo fix for clock_allow_idle kucheria.amit
2008-11-25 23:12 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox