From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753632AbbIPWPh (ORCPT ); Wed, 16 Sep 2015 18:15:37 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:41745 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752885AbbIPWPd (ORCPT ); Wed, 16 Sep 2015 18:15:33 -0400 Date: Wed, 16 Sep 2015 15:15:31 -0700 From: Stephen Boyd To: Vince Hsu Cc: pdeschrijver@nvidia.com, pgaikwad@nvidia.com, mturquette@baylibre.com, swarren@wwwdotorg.org, thierry.reding@gmail.com, gnurou@gmail.com, linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Vince Hsu Subject: Re: [PATCH] clk: tegra: dfll: add missing rcu_read_unlock() for error path Message-ID: <20150916221531.GN23081@codeaurora.org> References: <1442384094-22144-1-git-send-email-vinceh@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442384094-22144-1-git-send-email-vinceh@nvidia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project