[PATCH 1/2] ARM: OMAP2+: fix rate prints
From: paul@pwsan.com (Paul Walmsley)
Date: 2014-02-19 19:25:43
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2014-02-19 19:25:43
Also in:
linux-omap
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 <redacted>
Thanks, queued for v3.15. There's a series here that converts the OMAP clock code away from signed longs for clock rates that was originally intended for v3.14, but it's been delayed. - Paul