Re: [PATCH] ASoC: mop500: add .owner to struct snd_soc_card

2013-07-02 Thread Mark Brown
On Tue, Jul 02, 2013 at 05:25:37PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Add missing .owner of struct snd_soc_card. This prevents the > module from being removed from underneath its users. Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: mop500: add .owner to struct snd_soc_card

2013-07-02 Thread Wei Yongjun
From: Wei Yongjun Add missing .owner of struct snd_soc_card. This prevents the module from being removed from underneath its users. Signed-off-by: Wei Yongjun --- sound/soc/ux500/mop500.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/ux500/mop500.c b/sound/soc/ux500/mop500.c in