From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: samsung: Add .owner to struct snd_soc_card Date: Thu, 22 Dec 2011 11:04:39 +0000 Message-ID: <20111222110439.GG4546@opensource.wolfsonmicro.com> References: <1324522395.13224.3.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 E7EFD103D34 for ; Thu, 22 Dec 2011 12:04:41 +0100 (CET) Content-Disposition: inline In-Reply-To: <1324522395.13224.3.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: Sangbeom Kim , alsa-devel@alsa-project.org, Kukjin Kim , Liam Girdwood , Lothar =?iso-8859-1?Q?Wa=DFmann?= List-Id: alsa-devel@alsa-project.org On Thu, Dec 22, 2011 at 10:53:15AM +0800, Axel Lin wrote: > Missed .owner of struct snd_soc_card will prevent the module from being > removed from underneath its users. Applied, thanks.