From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Subject: Re: [PATCH] PCI: exynos: missing clk_disable_unprepare() on error in exynos_pcie_probe() Date: Tue, 01 Oct 2013 10:33:41 +0900 Message-ID: <000301cebe46$42e86e00$c8b94a00$%han@samsung.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Content-language: ko Sender: linux-pci-owner@vger.kernel.org To: 'Bjorn Helgaas' , 'Wei Yongjun' Cc: 'Kukjin Kim' , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, 'Grant Likely' , 'Rob Herring' , 'Seungwon Jeon' , 'Wei Yongjun' , 'Jingoo Han' List-Id: linux-samsung-soc@vger.kernel.org On Sunday, September 29, 2013 11:29 AM, Wei Yongjun wrote: > > From: Wei Yongjun > > Add the missing clk_disable_unprepare() before return > from exynos_pcie_probe() in the error handling case. > > Signed-off-by: Wei Yongjun Acked-by: Jingoo Han However, the commit name should be fixed as below: [PATCH] PCI: exynos: use missing clk_disable_unprepare() on error in exynos_pcie_probe() Best regards, Jingoo Han > --- > drivers/pci/host/pci-exynos.c | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) >