Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759270AbZD1LBO (ORCPT ); Tue, 28 Apr 2009 07:01:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757113AbZD1LA4 (ORCPT ); Tue, 28 Apr 2009 07:00:56 -0400 Received: from cassiel.sirena.org.uk ([80.68.93.111]:52962 "EHLO cassiel.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757150AbZD1LAz (ORCPT ); Tue, 28 Apr 2009 07:00:55 -0400 Date: Tue, 28 Apr 2009 12:00:52 +0100 From: Mark Brown To: David Brownell Cc: Paul Walmsley , linux-omap@vger.kernel.org, lrg@slimlogic.co.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH] regulator core: fix double-free in regulator_register() error path Message-ID: <20090428110052.GH14626@sirena.org.uk> References: <200904272008.50268.david-b@pacbell.net> <20090428081646.GC20027@rakim.wolfsonmicro.main> <200904280232.56329.david-b@pacbell.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904280232.56329.david-b@pacbell.net> X-Cookie: A company is known by the men it keeps. User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: broonie@sirena.org.uk X-SA-Exim-Scanned: No (on cassiel.sirena.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 30 On Tue, Apr 28, 2009 at 02:32:56AM -0700, David Brownell wrote: > On Tuesday 28 April 2009, Mark Brown wrote: > > It's not VAUX3 that it's saying has incomplete constraints, it's the > > board as a whole - if the constraints for the board were fully specified > No; driver support != constraint. Only one of the > issues is packaged as a "constraint". Driver support isn't particularly relevant here. If there are devices that don't have drivers or don't have drivers with regulator support but need a regulator enabling then the board should mark the regulator as always_on when setting full constraints; the always_on flag can be removed when the required consumers are added. > > > Mark and/or Liam ... you might want to fix that diagnostic, to > > > avoid leading more developers astray! > > Probably shove a "board has" in there or something I guess. > How about: "VAUX3 board support is incomplete". > That's accurate. No. The constraints being complete is a property of the board as a whole and not the particular regulator. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/