ARM: OMAP2+: clock: fix rate prints
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 28 Feb 2014 19:43:46 +0000 (12:43 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 28 Feb 2014 19:43:46 +0000 (12:43 -0700)
commit0cc1d9446e649f274e0bca75bb147dc9da654682
tree491d6e2d379cace174ed839e25b590364ed36b40
parent64b61067de9dc048fb070d08fe160b148c24e549
ARM: OMAP2+: clock: fix rate prints

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 <tomi.valkeinen@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clkt_dpll.c