From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752937AbbIQBQw (ORCPT ); Wed, 16 Sep 2015 21:16:52 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:5861 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbbIQBQu (ORCPT ); Wed, 16 Sep 2015 21:16:50 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Wed, 16 Sep 2015 18:11:29 -0700 Message-ID: <55FA1496.7000003@nvidia.com> Date: Thu, 17 Sep 2015 09:17:10 +0800 From: Vince Hsu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Stephen Boyd CC: , , , , , , , , , Vince Hsu Subject: Re: [PATCH] clk: tegra: dfll: add missing rcu_read_unlock() for error path References: <1442384094-22144-1-git-send-email-vinceh@nvidia.com> <20150916221531.GN23081@codeaurora.org> In-Reply-To: <20150916221531.GN23081@codeaurora.org> X-Originating-IP: [10.19.108.63] X-ClientProxiedBy: HKMAIL101.nvidia.com (10.18.16.10) To HKMAIL104.nvidia.com (10.18.16.13) Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/17/2015 06:15 AM, Stephen Boyd wrote: > On 09/16, Vince Hsu wrote: >> From: Vince Hsu >> >> The commit e770940218028c6a5927fda45f2ca9db5d9b35e0 ("clk: tegra: dfll: >> Properly protect OPP list") added the rcu_read_{lock,unlock} but missed >> one in the error path. So add the missing one. >> >> Signed-off-by: Vince Hsu >> --- > I think we'll just squash this into the original patch from > Thierry. Sure. Thanks! Vince