clk: imx: remove redundant assignment to pointer np
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@canonical.com>
Reviewed-by:
Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
Loading
Please sign in to comment