From: Russell King Date: Thu, 13 Nov 2008 13:07:00 +0000 (+0000) Subject: [ARM] omap: remove unnecessary calls to propagate_rate() X-Git-Tag: v2.6.30-rc1~636^2~20^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e882096317a088087b608d272da7029a6cc8c8;p=pandora-kernel.git [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 --- Reading git-diff-tree failed