From: Stephen Boyd Date: Mon, 2 Feb 2015 22:09:43 +0000 (-0800) Subject: clk: Missing set_phase op is an error X-Git-Tag: omap-for-v4.2/o2_dc~66^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b9575660cd6d654c05314fc41d2209f2d8bdfb;p=pandora-kernel.git clk: Missing set_phase op is an error If a clock's clk_ops doesn't have the set_phase op set we should return an error from clk_set_phase(). This way clock consumers know that when they tried to set a phase it didn't work, as opposed to the current behavior where the return value is 0 meaning success. Signed-off-by: Stephen Boyd Signed-off-by: Michael Turquette --- Reading git-diff-tree failed