From: YoungJun Cho Date: Thu, 14 Aug 2014 02:22:36 +0000 (+0900) Subject: drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value X-Git-Tag: omap-for-v3.19/prcm-cleanup~70^2~20^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8525b5ec90a58b3e56709ffa1667d6593dbe24c3;p=pandora-kernel.git drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value The type of this function is unsigned long, and it is expected to return proper fout value or zero if something is wrong. So this patch fixes wrong return value for error cases. Signed-off-by: YoungJun Cho Acked-by: Inki Dae Acked-by: Kyungmin Park Acked-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed