From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2] ASoC: remove a card from the list, if instantiation failed Date: Fri, 19 Mar 2010 15:24:09 +0000 Message-ID: <20100319152409.GI23306@rakim.wolfsonmicro.main> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id F1D8C24388 for ; Fri, 19 Mar 2010 16:24:10 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Guennadi Liakhovetski Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Mar 18, 2010 at 08:23:33AM +0100, Guennadi Liakhovetski wrote: > If instantiation of a card failed, we still have to remove it from the > card list on unregistration. This fixes an Oops on Migo-R, triggering, > when after a failed firmware load attempt the driver modules are removed > and re-inserted again. > > Signed-off-by: Guennadi Liakhovetski Applied, thanks.