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: Wed, 02 Oct 2013 08:44:01 +0900 Message-ID: <003501cebf00$1b57fee0$5207fca0$%han@samsung.com> References: <000301cebe46$42e86e00$c8b94a00$%han@samsung.com> <524AD2E3.9010808@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <524AD2E3.9010808@gmail.com> Content-language: ko Sender: linux-pci-owner@vger.kernel.org To: 'Sylwester Nawrocki' Cc: 'Bjorn Helgaas' , 'Wei Yongjun' , '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 Tuesday, October 01, 2013 10:49 PM, Sylwester Nawrocki wrote: > On 10/01/2013 03:33 AM, Jingoo Han wrote: > > 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() > > Perhaps just: > > "PCI: exynos: Add missing clk_disable_unprepare() on error path > > How can something that is missing be used ? :) Hi Sylwester Nawrocki, OK, I see. The following looks good, as you mentioned. [PATCH] PCI: exynos: Add missing clk_disable_unprepare() on error path Thank you for your comment. :-) Best regards, Jingoo Han