commit | 7037f3beae352faa478ff5729c308756233ef4d3 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jul 15 10:54:08 2016 +0900 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Sep 26 21:31:18 2016 +0200 |
tree | b6e757fecb7e6a189615d7f653d3d95712401900 | |
parent | 00f400b73b8deba86d75804e990527b0bab21149 [diff] |
mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clock If ciu/biu clock are NULL, clk_disable_unprepare should be just returned. In clk_disable_unprepare(), already checked whether clk is error or NULL. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>