mirror of https://gitee.com/openkylin/linux.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 <marek.belisko@open-nandra.com> Acked-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
16c8a3b0c1
commit
05f185c774
|
@ -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__);
|
||||
|
|
Loading…
Reference in New Issue