From: Tomi Valkeinen Date: Fri, 28 Feb 2014 19:43:46 +0000 (-0700) Subject: ARM: OMAP2+: clock: fix rate prints X-Git-Tag: omap-for-v3.15/prcm-signed^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc1d9446e649f274e0bca75bb147dc9da654682;p=pandora-kernel.git 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 Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed