summaryrefslogtreecommitdiff
path: root/lib/fdt_strerror.c
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2021-04-25 18:40:58 +0800
committerRob Herring <robh@kernel.org>2021-05-03 13:57:56 -0500
commit5cd1a85a6c3f49ad008c008299e0dbe9ac33fba6 (patch)
tree5626064e3638246dbfc741f092b73bdfa896006b /lib/fdt_strerror.c
parenta7277a73984114b38dcb62c8548850800ffe864e (diff)
of: overlay: Remove redundant assignment to ret
Variable ret is set to zero but this value is never read as it is overwritten with a new value later on, hence it is a redundant assignment and can be removed. Cleans up the following clang-analyzer warning: drivers/of/overlay.c:1197:2: warning: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores]. drivers/of/overlay.c:1026:2: warning: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores]. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/1619347258-55002-1-git-send-email-jiapeng.chong@linux.alibaba.com Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'lib/fdt_strerror.c')
0 files changed, 0 insertions, 0 deletions