From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754323Ab1JBTYx (ORCPT ); Sun, 2 Oct 2011 15:24:53 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:51966 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620Ab1JBTYp (ORCPT ); Sun, 2 Oct 2011 15:24:45 -0400 Date: Sun, 2 Oct 2011 20:24:43 +0100 From: Mark Brown To: Arnd Bergmann Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jarkko Nikula Subject: Re: [PATCH 01/30] sound/omap: omap_mcpdm_remove cannot be __devexit Message-ID: <20111002192441.GA3693@opensource.wolfsonmicro.com> References: <1317566760-25681-1-git-send-email-arnd@arndb.de> <1317566760-25681-2-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1317566760-25681-2-git-send-email-arnd@arndb.de> X-Cookie: You are always busy. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 02, 2011 at 04:45:31PM +0200, Arnd Bergmann wrote: > omap_mcpdm_remove is used from asoc_mcpdm_probe, which is an > initcall, and must not be discarded when HOTPLUG is disabled. > > Signed-off-by: Arnd Bergmann > Cc: Jarkko Nikula I've applied this, thanks. It'd be helpful if you could say if you're working on Linus' tree rather than -next, this one doesn't actually apply against -next as the driver has been totally rewritten.