From 08b9575660cd6d654c05314fc41d2209f2d8bdfb Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Mon, 2 Feb 2015 14:09:43 -0800 Subject: [PATCH] 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-format-patch failed