]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerRichard Zhu <r65037@freescale.com>
Wed, 20 Nov 2013 06:10:29 +0000 (14:10 +0800)
commit8aad764064f84c1f3e02c10f98eee31bfcbaa224
treec9a8dbc715cc8f4f83ef44aaea1c02227cfb5646
parent4f380e8d2ca3709dcd66cf1c77f4970a79499dcd
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