From 226e2f3ac5355582c71fde043e5d5004e5c41d47 Mon Sep 17 00:00:00 2001 From: Mike Turquette Date: Fri, 7 Oct 2011 00:53:00 -0600 Subject: [PATCH] --- yaml --- r: 275115 b: refs/heads/master c: 273a1ce9cf27ac3900325b59aa78cc07bb574e9e h: refs/heads/master i: 275113: 6fb63214f13c9674a91c3e6942c0377f8379f4be 275111: 969ac2c9ae650f7ce8bea307afd9601d76c7319d v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/dpll3xxx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fa6d68e88bfb..b14a69ba99e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: addf888c6945c6e3cff135e7e3bb72cc708d1ca4 +refs/heads/master: 273a1ce9cf27ac3900325b59aa78cc07bb574e9e diff --git a/trunk/arch/arm/mach-omap2/dpll3xxx.c b/trunk/arch/arm/mach-omap2/dpll3xxx.c index 6b0fa3786022..73a1595c5f21 100644 --- a/trunk/arch/arm/mach-omap2/dpll3xxx.c +++ b/trunk/arch/arm/mach-omap2/dpll3xxx.c @@ -455,7 +455,7 @@ int omap3_noncore_dpll_set_rate(struct clk *clk, unsigned long rate) new_parent = dd->clk_bypass; } else { if (dd->last_rounded_rate != rate) - clk->round_rate(clk, rate); + rate = clk->round_rate(clk, rate); if (dd->last_rounded_rate == 0) return -EINVAL;