 
            
            
            
            
                7 Feb
                
                    2024
                
            
            
                7 Feb
                
                '24
                
            
            
            
        
    
                9:52 a.m.
            
        On Mon, 05 Feb 2024 18:24:36 +0000, Colin Ian King wrote:
The variable link_flags is being initialized with a value that is never read, it is being re-assigned later on. The initialization is redundant and can be removed.
Cleans up clang scan build warning: drivers/soundwire/intel_auxdevice.c:624:2: warning: Value stored to 'link_flags' is never read [deadcode.DeadStores]
[...]
Applied, thanks!
[1/1] soundwire: intel_auxdevice: remove redundant assignment to variable link_flags commit: 9282cfa2eb080e3bbb95f488af35618b614cdf76
Best regards,
-- 
~Vinod