[alsa-devel] [PATCH] ASoC: Fix double assignment of .owner in struct snd_soc_card
 
            
            
            
            
                14 Jun
                
                    2013
                
            
            
                14 Jun
                
                '13
                
            
            
            
        
    
                11:48 a.m.
            
        In struct snd_soc_card zylonite .owner is assigned THIS_MODULE twice, remove one of them.
Signed-off-by: Emil Goode emilgoode@gmail.com --- sound/soc/pxa/zylonite.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/pxa/zylonite.c b/sound/soc/pxa/zylonite.c index ceb6566..db8aadf 100644 --- a/sound/soc/pxa/zylonite.c +++ b/sound/soc/pxa/zylonite.c @@ -256,7 +256,6 @@ static struct snd_soc_card zylonite = { .resume_pre = &zylonite_resume_pre, .dai_link = zylonite_dai, .num_links = ARRAY_SIZE(zylonite_dai), - .owner = THIS_MODULE, };
static struct platform_device *zylonite_snd_ac97_device;
-- 
1.7.10.4
    
        4522
        
      
          Age (days ago)
        
      
        4522
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                 Emil Goode Emil Goode
- 
                 Mark Brown Mark Brown
