diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-10-29 22:40:07 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-01 17:26:43 +0800 |
commit | f2644bd7413c8f2fcef208c576e83335709c5120 (patch) | |
tree | 14f5200c042c8ae7ec69c7987864d598df0300b6 /drivers/clk/imx/clk.h | |
parent | 8404c66140e209794b15ee5529d4559334b3d364 (diff) | |
download | linux-f2644bd7413c8f2fcef208c576e83335709c5120.tar.gz linux-f2644bd7413c8f2fcef208c576e83335709c5120.tar.bz2 linux-f2644bd7413c8f2fcef208c576e83335709c5120.zip |
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>
Diffstat (limited to 'drivers/clk/imx/clk.h')
0 files changed, 0 insertions, 0 deletions