From 0cc1d9446e649f274e0bca75bb147dc9da654682 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 28 Feb 2014 12:43:46 -0700 Subject: [PATCH] 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-format-patch failed