]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: Remove unimplemented ops for pll
authorTomasz Figa <t.figa@samsung.com>
Thu, 4 Apr 2013 04:33:02 +0000 (13:33 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 4 Apr 2013 06:51:09 +0000 (15:51 +0900)
commitc39e402fa62acebed65bd1cadd121845a57fb587
tree1a71ecec6edca52cdf37913b46016eefa2d924c4
parentabba8cc748f3f9bf9ae7760de865402716c52fe6
clk: samsung: Remove unimplemented ops for pll

Unimplemented clock operations should be simply omitted instead of returning
error values.

This patch removes unimplemented PLL operations to fix problems caused
by returning error code in round_rate callback.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/clk/samsung/clk-pll.c