 
            
            
            
            
                30 Dec
                
                    2019
                
            
            
                30 Dec
                
                '19
                
            
            
            
        
    
                11:44 a.m.
            
        On Thu, Dec 26, 2019 at 05:29:07PM +0100, Christophe JAILLET wrote:
If 'madera_init_bus_error_irq()' fails, 'wm_adsp2_remove(&cs47l92->core.adsp[0])' will be called twice. Once in the 'if' block, and once in the error handling path. This is harmless, but one of this call can be axed.
Signed-off-by: Christophe JAILLET christophe.jaillet@wanadoo.fr
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles