Skip to content
Commit 4409273b authored by Ohhoon Kwon's avatar Ohhoon Kwon Committed by Rob Herring
Browse files

of: fdt: do not update local variable after use



Fix the below warning:
drivers/of/fdt.c:196:4: warning: Value stored to 'pprev' is never read
[clang-analyzer-deadcode.DeadStores]
             pprev      = &pp->next;
             ^            ~~~~~~~~~

Signed-off-by: default avatarOhhoon Kwon <ohoono.kwon@samsung.com>
Link: https://lore.kernel.org/r/20210803101309.904-1-ohoono.kwon@samsung.com


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent d08d29c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment