All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap1: pm_bus: Fix compilation warning.
@ 2010-12-06 13:23 ` Marek Belisko
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Belisko @ 2010-12-06 13:23 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Tony Lindgren, Russell King, linux-omap, linux-arm-kernel,
	linux-kernel, Marek Belisko

Fix following compilation warning:
arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume':
arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret'

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 arch/arm/mach-omap1/pm_bus.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c
index 8b66392..f97c6e9 100644
--- a/arch/arm/mach-omap1/pm_bus.c
+++ b/arch/arm/mach-omap1/pm_bus.c
@@ -48,7 +48,6 @@ static int omap1_pm_runtime_suspend(struct device *dev)
 
 static int omap1_pm_runtime_resume(struct device *dev)
 {
-	int ret = 0;
 	struct clk *iclk, *fclk;
 
 	dev_dbg(dev, "%s\n", __func__);
-- 
1.7.1


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

* [PATCH] omap1: pm_bus: Fix compilation warning.
@ 2010-12-06 13:23 ` Marek Belisko
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Belisko @ 2010-12-06 13:23 UTC (permalink / raw)
  To: linux-arm-kernel

Fix following compilation warning:
arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume':
arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret'

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 arch/arm/mach-omap1/pm_bus.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c
index 8b66392..f97c6e9 100644
--- a/arch/arm/mach-omap1/pm_bus.c
+++ b/arch/arm/mach-omap1/pm_bus.c
@@ -48,7 +48,6 @@ static int omap1_pm_runtime_suspend(struct device *dev)
 
 static int omap1_pm_runtime_resume(struct device *dev)
 {
-	int ret = 0;
 	struct clk *iclk, *fclk;
 
 	dev_dbg(dev, "%s\n", __func__);
-- 
1.7.1

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

* Re: [PATCH] omap1: pm_bus: Fix compilation warning.
  2010-12-06 13:23 ` Marek Belisko
@ 2010-12-07 22:23   ` Kevin Hilman
  -1 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2010-12-07 22:23 UTC (permalink / raw)
  To: Marek Belisko
  Cc: Tony Lindgren, Russell King, linux-omap, linux-arm-kernel, linux-kernel

Marek Belisko <marek.belisko@open-nandra.com> writes:

> Fix following compilation warning:
> arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume':
> arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret'
>
> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>

Acked-by: Kevin Hilman <khilman@deeprootsystems.com>

> ---
>  arch/arm/mach-omap1/pm_bus.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c
> index 8b66392..f97c6e9 100644
> --- a/arch/arm/mach-omap1/pm_bus.c
> +++ b/arch/arm/mach-omap1/pm_bus.c
> @@ -48,7 +48,6 @@ static int omap1_pm_runtime_suspend(struct device *dev)
>  
>  static int omap1_pm_runtime_resume(struct device *dev)
>  {
> -	int ret = 0;
>  	struct clk *iclk, *fclk;
>  
>  	dev_dbg(dev, "%s\n", __func__);

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

* [PATCH] omap1: pm_bus: Fix compilation warning.
@ 2010-12-07 22:23   ` Kevin Hilman
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2010-12-07 22:23 UTC (permalink / raw)
  To: linux-arm-kernel

Marek Belisko <marek.belisko@open-nandra.com> writes:

> Fix following compilation warning:
> arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume':
> arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret'
>
> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>

Acked-by: Kevin Hilman <khilman@deeprootsystems.com>

> ---
>  arch/arm/mach-omap1/pm_bus.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c
> index 8b66392..f97c6e9 100644
> --- a/arch/arm/mach-omap1/pm_bus.c
> +++ b/arch/arm/mach-omap1/pm_bus.c
> @@ -48,7 +48,6 @@ static int omap1_pm_runtime_suspend(struct device *dev)
>  
>  static int omap1_pm_runtime_resume(struct device *dev)
>  {
> -	int ret = 0;
>  	struct clk *iclk, *fclk;
>  
>  	dev_dbg(dev, "%s\n", __func__);

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

* Re: [PATCH] omap1: pm_bus: Fix compilation warning.
  2010-12-07 22:23   ` Kevin Hilman
@ 2010-12-18  2:05     ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2010-12-18  2:05 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Marek Belisko, Russell King, linux-omap, linux-arm-kernel, linux-kernel

* Kevin Hilman <khilman@deeprootsystems.com> [101207 14:13]:
> Marek Belisko <marek.belisko@open-nandra.com> writes:
> 
> > Fix following compilation warning:
> > arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume':
> > arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret'
> >
> > Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
> 
> Acked-by: Kevin Hilman <khilman@deeprootsystems.com>

Taking these except for the mailbox one which is already fixed.

Tony

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

* [PATCH] omap1: pm_bus: Fix compilation warning.
@ 2010-12-18  2:05     ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2010-12-18  2:05 UTC (permalink / raw)
  To: linux-arm-kernel

* Kevin Hilman <khilman@deeprootsystems.com> [101207 14:13]:
> Marek Belisko <marek.belisko@open-nandra.com> writes:
> 
> > Fix following compilation warning:
> > arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume':
> > arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret'
> >
> > Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
> 
> Acked-by: Kevin Hilman <khilman@deeprootsystems.com>

Taking these except for the mailbox one which is already fixed.

Tony

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

end of thread, other threads:[~2010-12-18  2:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-06 13:23 [PATCH] omap1: pm_bus: Fix compilation warning Marek Belisko
2010-12-06 13:23 ` Marek Belisko
2010-12-07 22:23 ` Kevin Hilman
2010-12-07 22:23   ` Kevin Hilman
2010-12-18  2:05   ` Tony Lindgren
2010-12-18  2:05     ` Tony Lindgren

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.