From 7f218978f10693f65e35b0bbcdcd539fbe78221a Mon Sep 17 00:00:00 2001 From: Georgi Djakov Date: Fri, 20 Mar 2015 18:30:24 +0200 Subject: [PATCH] clk: qcom: Fix clk_get_parent function return value According to the common clock framework API, the clk_get_parent() function should return u8. Currently we are returning negative values on error. Fix this and use the default parent in case of an error. Signed-off-by: Georgi Djakov Signed-off-by: Stephen Boyd --- Reading git-format-patch failed