[PATCH u-boot-marvell 10/10] arm: mvebu: turris_mox: Remove extra newline after module topology

Marek Behún kabel at kernel.org
Thu Nov 11 16:35:49 CET 2021


From: Marek Behún <marek.behun at nic.cz>

Remove extra newline after module topology is printed.

Signed-off-by: Marek Behún <marek.behun at nic.cz>
---
 board/CZ.NIC/turris_mox/turris_mox.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/CZ.NIC/turris_mox/turris_mox.c b/board/CZ.NIC/turris_mox/turris_mox.c
index 2202eb8cfb..52fa77d68c 100644
--- a/board/CZ.NIC/turris_mox/turris_mox.c
+++ b/board/CZ.NIC/turris_mox/turris_mox.c
@@ -607,9 +607,6 @@ int show_board_info(void)
 		}
 	}
 
-	if (module_count)
-		printf("\n");
-
 	return 0;
 }
 
-- 
2.32.0



More information about the U-Boot mailing list