From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH v3 00/10] ACPI / utils: Replace leaky function Date: Fri, 29 Mar 2019 11:29:11 +0200 Message-ID: <20190329092911.GE3622@lahna.fi.intel.com> References: <20190328171729.44002-1-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190328171729.44002-1-andriy.shevchenko@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: Andy Shevchenko Cc: alsa-devel@alsa-project.org, Chanwoo Choi , Hans de Goede , "Rafael J. Wysocki" , Linus Walleij , Jie Yang , Pierre-Louis Bossart , Liam Girdwood , linux-acpi@vger.kernel.org, Chen-Yu Tsai , Mark Brown , MyungJoo Ham , Bartosz Golaszewski List-Id: linux-acpi@vger.kernel.org On Thu, Mar 28, 2019 at 07:17:19PM +0200, Andy Shevchenko wrote: > The acpi_dev_get_first_match_name() is missing put_device() call > and thus keeping reference counting unbalanced. > > In order to fix the issue introduce a new helper to convert existing users > one-by-one to a better API. For the entire series, Reviewed-by: Mika Westerberg