commit | 65b2728145771b0df18f85303b8ae152cd53f2de | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Feb 01 11:13:21 2021 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 04 17:00:32 2021 +0100 |
tree | 8a639bf0ab4986901b600d3f016381fbd524510e | |
parent | 11a0b5e0ec8c13bef06f7414f9e914506140d5cb [diff] |
coresight: cti: Reduce scope for the variable 'cs_fwnode' in cti_plat_create_connection() A local variable was used only within an else branch. Thus move the definition for the variable “cs_fwnode” into the corresponding code block. This issue was detected by using the Coccinelle software. Link: https://lore.kernel.org/r/c1b09b27-9012-324f-28d0-ba820dc468a5@web.de Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Link: https://lore.kernel.org/r/20210201181351.1475223-2-mathieu.poirier@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>