Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Ohlstein
910f724fa6 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>
2011-10-03 10:25:54 -07:00
Bryan Huntsman
3f2bc4d6eb Initial Contribution
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142

Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
2011-10-03 09:57:10 -07:00