Re: [PATCH] pwm: sun4i: redundant assignment to variable pval

2019-10-02 Thread Colin Ian King
On 02/10/2019 14:29, Dan Carpenter wrote: > On Wed, Oct 02, 2019 at 04:25:06PM +0300, Dan Carpenter wrote: >> On Wed, Oct 02, 2019 at 11:08:44AM +0100, Colin King wrote: >>> From: Colin Ian King >>> >>> Variable pval is being assigned a value that is never read. The >>> assignment is redundant and

Re: [PATCH] pwm: sun4i: redundant assignment to variable pval

2019-10-02 Thread Dan Carpenter
On Wed, Oct 02, 2019 at 04:25:06PM +0300, Dan Carpenter wrote: > On Wed, Oct 02, 2019 at 11:08:44AM +0100, Colin King wrote: > > From: Colin Ian King > > > > Variable pval is being assigned a value that is never read. The > > assignment is redundant and hence can be removed. > > > > Addresses-Co

Re: [PATCH] pwm: sun4i: redundant assignment to variable pval

2019-10-02 Thread Colin Ian King
On 02/10/2019 14:25, Dan Carpenter wrote: > On Wed, Oct 02, 2019 at 11:08:44AM +0100, Colin King wrote: >> From: Colin Ian King >> >> Variable pval is being assigned a value that is never read. The >> assignment is redundant and hence can be removed. >> >> Addresses-Coverity: ("Unused value") >> S

Re: [PATCH] pwm: sun4i: redundant assignment to variable pval

2019-10-02 Thread Dan Carpenter
On Wed, Oct 02, 2019 at 11:08:44AM +0100, Colin King wrote: > From: Colin Ian King > > Variable pval is being assigned a value that is never read. The > assignment is redundant and hence can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King > --- > drivers/pw

Re: [PATCH] pwm: sun4i: redundant assignment to variable pval

2019-10-02 Thread Thierry Reding
On Wed, Oct 02, 2019 at 11:08:44AM +0100, Colin King wrote: > From: Colin Ian King > > Variable pval is being assigned a value that is never read. The > assignment is redundant and hence can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King > --- > drivers/pw

Re: [PATCH] pwm: sun4i: redundant assignment to variable pval

2019-10-02 Thread Uwe Kleine-König
On Wed, Oct 02, 2019 at 11:08:44AM +0100, Colin King wrote: > From: Colin Ian King > > Variable pval is being assigned a value that is never read. The > assignment is redundant and hence can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King > --- > drivers/pw