commit | 9416a5f8842a37dc356b7855867d20db6dfa9e3a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Sep 05 16:03:48 2017 +0100 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Nov 13 17:44:15 2017 -0800 |
tree | ef0f903cf3f9aaecb6c470e3110a1edc6ba61506 | |
parent | a72da43c92dc09488ac2944b103de037c435302a [diff] |
clk: cdce925: remove redundant check for non-null parent_name The check for a non-null parent_name is always true as there is an earlier check for a null parent_name that returns -ENODEV. Remove this redundant check and always set init.num_parents to 1. Detected by CoverityScan CID#1309477 ("Logically dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>