commit | a9e882096317a088087b608d272da7029a6cc8c8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Nov 13 13:07:00 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 08 17:50:10 2009 +0000 |
tree | f7b022e917f163b76aef43c259e8ca25eb4a50d8 | |
parent | c6af45085211db8720d6b94b3985ce7198d764e3 [diff] |
[ARM] omap: remove unnecessary calls to propagate_rate() We've always called propagate_rate() in the parent function to the .set_rate methods, so there's no point having the .set_rate methods also call this heavy-weight function - it's mere duplication of what's happening elsewhere. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>