commit | 6f8b7ff5b01e16a65c3b17865ce047faeca40907 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue Dec 08 16:33:16 2009 -0700 |
committer | paul <paul@twilight.(none)> | Fri Dec 11 17:00:43 2009 -0700 |
tree | ae5ecb4b377588b157c23176cf95a5c9631206ba | |
parent | 3863c74b512c1afd3ce6b2f81d8dea9f1d860968 [diff] |
OMAP clock/hwmod: fix off-by-one errors Fix loop bailout off-by-one bugs reported by Juha Leppänen <juha_motorsportcom@luukku.com>. This second version incorporates comments from Russell King <linux@arm.linux.org.uk>. A new macro, 'omap_test_timeout', has been created, with cleaner code, and existing code has been converted to use it. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Juha Leppänen <juha_motorsportcom@luukku.com> Cc: Russell King <linux@arm.linux.org.uk>