commit | db0c25f8aadad8f0be1c6986cf1dcf874d40d79b | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri Mar 02 09:12:00 2018 +0800 |
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Wed Mar 07 16:24:27 2018 +0000 |
tree | 0946ad418c46ccefa87255837cddd6f7756d1dfb | |
parent | 68e7c15ceb8d43dff8a91b6be40beac471a0c48d [diff] |
PCI: histb: Fix error path of histb_pcie_host_enable() If clk_prepare_enable() call fails on a particular clock, we should not call clk_disable_unprepare() on this clock, but on the clocks that succeed from clk_prepare_enable() previously. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>