aboutsummaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorColin Ian King2018-03-21 18:01:58 +0000
committerSudeep Holla2018-04-16 10:15:58 +0100
commitd27a3c3436a7f68f3affd7991cb4a68e91dd747e (patch)
treee411103dd8f9749c9335afe9e37edd0449982542 /Kbuild
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
firmware: arm_scmi: remove redundant null check on array
The null check on clk->name is redundant since name is a char array and can never be null, so the check is always true. Remove it. Detected by CoverityScan, CID#1466117 ("Array compared against 0") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions