From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.samsung.com ([203.254.224.24]:64688 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754816Ab3JABdo (ORCPT ); Mon, 30 Sep 2013 21:33:44 -0400 From: Jingoo Han 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' References: In-reply-to: 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> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Sender: linux-pci-owner@vger.kernel.org List-ID: 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(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: jg1.han@samsung.com (Jingoo Han) Date: Tue, 01 Oct 2013 10:33:41 +0900 Subject: [PATCH] PCI: exynos: missing clk_disable_unprepare() on error in exynos_pcie_probe() In-Reply-To: References: Message-ID: <000301cebe46$42e86e00$c8b94a00$%han@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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(-) >