From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: isight: fix leak of reference to firewire unit in error path of .probe callback Date: Fri, 12 Oct 2018 08:08:32 +0200 Message-ID: References: <20181012052522.10890-1-o-takashi@sakamocchi.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 03B1D267737 for ; Fri, 12 Oct 2018 08:08:32 +0200 (CEST) In-Reply-To: <20181012052522.10890-1-o-takashi@sakamocchi.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Sakamoto Cc: alsa-devel@alsa-project.org, clemens@ladisch.de List-Id: alsa-devel@alsa-project.org On Fri, 12 Oct 2018 07:25:22 +0200, Takashi Sakamoto wrote: > > In some error paths, reference count of firewire unit is not decreased. > This commit fixes the bug. > > Fixes: 5b14ec25a79b('ALSA: firewire: release reference count of firewire unit in .remove callback of bus driver') > Signed-off-by: Takashi Sakamoto Applied, thanks. Takashi