From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: pxa: Add .owner to struct snd_soc_card Date: Thu, 22 Dec 2011 11:04:30 +0000 Message-ID: <20111222110430.GF4546@opensource.wolfsonmicro.com> References: <1324518283.13224.1.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id C6B8F244CA for ; Thu, 22 Dec 2011 12:04:33 +0100 (CET) Content-Disposition: inline In-Reply-To: <1324518283.13224.1.camel@phoenix> 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: Axel Lin Cc: alsa-devel@alsa-project.org, Liam Girdwood , Lothar =?iso-8859-1?Q?Wa=DFmann?= List-Id: alsa-devel@alsa-project.org On Thu, Dec 22, 2011 at 09:44:43AM +0800, Axel Lin wrote: > Missed .owner of struct snd_soc_card will prevent the module from being > removed from underneath its users. Applied, thanks.