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

Shawn Guo shawnguo at kernel.org
Sun Nov 1 04:27:06 EST 2020


On Thu, Oct 29, 2020 at 10:40:07PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> 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: Colin Ian King <colin.king at canonical.com>

Applied, thanks.



More information about the linux-arm-kernel mailing list