commit | 1a5b58e7baf98e04dad7615287b683869d8b4770 | [log] [tgz] |
---|---|---|
author | Amit Nagal <amit.nagal@amd.com> | Wed Sep 27 12:28:35 2023 +0530 |
committer | Amit Nagal <amit.nagal@amd.com> | Mon Oct 09 10:32:40 2023 +0530 |
tree | 8ef24c7d46f63ed0079e45326d312a0520c668e9 | |
parent | 01582a78d26912071f571bd763827ecf47e9becc [diff] |
refactor(xilinx): remove multiple return paths in prepare_dtb presence of multiple return path in prepare_dtb results in misra c violation 15.5: this return statement is not the final statement in the compound statement that forms the body of the function. prepare_dtb is refactored to address the same. Change-Id: I17ca4314202d6ca8d6fb0c4ea2ed9d31a152371b Signed-off-by: Amit Nagal <amit.nagal@amd.com>