commit | 910f724fa61f3b4f595e740f94bb1ed3eaee62b5 | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Mon Jul 18 17:03:27 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:25:54 2011 -0700 |
tree | ea4fae70dc8122be70ed2b6237d345c8ed4d21b3 | |
parent | 00548e64fe01e06b0ff24594b2959866bb5f9d10 [diff] |
arm: delay: annotate delay constant as unsigned long Currently the __udelay function causes the following compiler warning when HZ is set to 1000: arch/arm/lib/delay.c: In function __udelay: arch/arm/lib/delay.c:88: warning: integer overflow in expression The overflow does not occur if the constant is unsigned. Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>