From: Tony Lindgren Date: Mon, 11 May 2015 20:18:19 +0000 (-0700) Subject: ARM: OMAP2+: Remove bogus struct clk comparison for timer clock X-Git-Tag: omap-for-v4.1/fixes-rc2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0897972edfa42b4af5c3189b2b7a7fac5867828;p=pandora-kernel.git ARM: OMAP2+: Remove bogus struct clk comparison for timer clock With recent changes to use determine_rate, the comparison of two clocks won't work without clk_is_match that does __clk_get_hw on the clocks first. As we've been unconditionally already calling clk_set_parent already because of the bogus comparison, let's just remove the check as suggested by Stephen Boyd . Cc: Michael Turquette Cc: Paul Walmsley Cc: Tero Kristo Cc: Tomeu Vizoso Acked-by: Stephen Boyd Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed