PCI: exynos: Add missing clk_disable_unprepare() on error path
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 29 Sep 2013 02:29:11 +0000 (10:29 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 4 Oct 2013 22:46:28 +0000 (16:46 -0600)
commitf8db3c9086cd33ee3efc913ade291694f54a57f2
treed213730829f53ff36e260f19f29eae63e8805cee
parentf62b878b4dfc71de24ea4bc085d042862cba88e4
PCI: exynos: Add missing clk_disable_unprepare() on error path

Add the missing clk_disable_unprepare() before return
from exynos_pcie_probe() in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
drivers/pci/host/pci-exynos.c