From: Marek Belisko Date: Mon, 6 Dec 2010 13:23:48 +0000 (+0000) Subject: omap1: pm_bus: Fix compilation warning X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~19537^2~36 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=05f185c774992f1d9edb646a3ecfdabdc8e358f3;p=mirror_ubuntu-artful-kernel.git omap1: pm_bus: Fix compilation warning 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 Acked-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/pm_bus.c b/arch/arm/mach-omap1/pm_bus.c index 326644770ea8..6588c22b8a64 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__);