Re: [PATCH] atm: solos-pci: remove useless variable assignments

2017-06-15 Thread Gustavo A. R. Silva

Hi David,

Quoting David Miller :


From: "Gustavo A. R. Silva" 
Date: Thu, 15 Jun 2017 14:56:21 -0500


Value assigned to variable _data32_ at lines 1254 and 1257 is
overwritten at line 1260 before it can be used. This makes
such variable assignments useless.

Addresses-Coverity-ID: 1227049
Signed-off-by: Gustavo A. R. Silva 


Applied, thanks.


Absolutely, glad to help.

Regards
--
Gustavo A. R. Silva






Re: [PATCH] atm: solos-pci: remove useless variable assignments

2017-06-15 Thread Gustavo A. R. Silva

Hi David,

Quoting David Miller :


From: "Gustavo A. R. Silva" 
Date: Thu, 15 Jun 2017 14:56:21 -0500


Value assigned to variable _data32_ at lines 1254 and 1257 is
overwritten at line 1260 before it can be used. This makes
such variable assignments useless.

Addresses-Coverity-ID: 1227049
Signed-off-by: Gustavo A. R. Silva 


Applied, thanks.


Absolutely, glad to help.

Regards
--
Gustavo A. R. Silva






Re: [PATCH] atm: solos-pci: remove useless variable assignments

2017-06-15 Thread David Miller
From: "Gustavo A. R. Silva" 
Date: Thu, 15 Jun 2017 14:56:21 -0500

> Value assigned to variable _data32_ at lines 1254 and 1257 is
> overwritten at line 1260 before it can be used. This makes
> such variable assignments useless.
> 
> Addresses-Coverity-ID: 1227049
> Signed-off-by: Gustavo A. R. Silva 

Applied, thanks.


Re: [PATCH] atm: solos-pci: remove useless variable assignments

2017-06-15 Thread David Miller
From: "Gustavo A. R. Silva" 
Date: Thu, 15 Jun 2017 14:56:21 -0500

> Value assigned to variable _data32_ at lines 1254 and 1257 is
> overwritten at line 1260 before it can be used. This makes
> such variable assignments useless.
> 
> Addresses-Coverity-ID: 1227049
> Signed-off-by: Gustavo A. R. Silva 

Applied, thanks.