From: Stephen Boyd Date: Wed, 26 Mar 2014 23:06:35 +0000 (-0700) Subject: clk: Don't check for missing ops in clk_set_parent() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2^2~28^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a612349fa58467cd63b30748114ec377d61807;p=pandora-kernel.git clk: Don't check for missing ops in clk_set_parent() We dereference clk->ops during clock registration so this check for NULL ops can't possibly ever be true. Signed-off-by: Stephen Boyd Signed-off-by: Mike Turquette --- Reading git-diff-tree failed