From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758103Ab0HOPmt (ORCPT ); Sun, 15 Aug 2010 11:42:49 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:37806 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754590Ab0HOPms (ORCPT ); Sun, 15 Aug 2010 11:42:48 -0400 Date: Sun, 15 Aug 2010 14:46:54 +0100 From: Mark Brown To: Axel Lin Cc: linux-kernel , Liam Girdwood , Linus Walleij , Mattias Wallin Subject: Re: [PATCH] regulator: ab3100 - fix the logic to remove already registered regulators in error path Message-ID: <20100815134654.GA26969@opensource.wolfsonmicro.com> References: <1281792661.2718.4.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1281792661.2718.4.camel@phoenix> X-Cookie: Is this really happening? User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 14, 2010 at 09:31:01PM +0800, Axel Lin wrote: > In current implementation, ab3100_regulators[0].rdev is not unregistered if > the error happen at i > 0. > > This patch fixes the resource leak and also improves the readability. > > Signed-off-by: Axel Lin Acked-by: Mark Brown