Re: [PATCH 01/30] sound/omap: omap_mcpdm_remove cannot be __devexit

2011-10-02 Thread Mark Brown
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 c

[PATCH 01/30] sound/omap: omap_mcpdm_remove cannot be __devexit

2011-10-02 Thread Arnd Bergmann
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 --- sound/soc/omap/mcpdm.c |2 +- sound/soc/omap/mcpdm.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) dif