Re: [PATCH 1/2] ARM: OMAP2+: fix rate prints

2014-02-19 Thread Paul Walmsley
On Fri, 17 Jan 2014, Tomi Valkeinen wrote: > Printing with unsigned long rates with %ld gives wrong result if the > rate is high enough. Fix this by using %lu. > > Signed-off-by: Tomi Valkeinen Thanks, queued for v3.15. There's a series here that converts the OMAP clock code away from signed

[PATCH 1/2] ARM: OMAP2+: fix rate prints

2014-01-16 Thread Tomi Valkeinen
Printing with unsigned long rates with %ld gives wrong result if the rate is high enough. Fix this by using %lu. Signed-off-by: Tomi Valkeinen --- arch/arm/mach-omap2/clkt_dpll.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/clkt_dpll.c b/arch/arm/