Skip to content

Commit

Permalink
omap1: pm_bus: Fix compilation warning
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Marek Belisko authored and Tony Lindgren committed Dec 21, 2010
1 parent 16c8a3b commit 05f185c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-omap1/pm_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__);
Expand Down

0 comments on commit 05f185c

Please sign in to comment.