Re: [PATCH] clk: imx: remove redundant assignment to pointer np

2020-11-01 Thread Shawn Guo
On Thu, Oct 29, 2020 at 10:40:07PM +, Colin King wrote: > From: Colin Ian King > > Pointer np is being initialized with a value that is never read > and it is being updated with a value later on. The initialization > is redundant and can be removed. > > Addresses-Coverity: ("Unused value")

RE: [PATCH] clk: imx: remove redundant assignment to pointer np

2020-10-29 Thread Aisheng Dong
> From: Colin King > Sent: Friday, October 30, 2020 6:40 AM > > Pointer np is being initialized with a value that is never read and it is > being > updated with a value later on. The initialization is redundant and can be > removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: