From: Marek BehĂșn Date: Thu, 11 Nov 2021 15:35:49 +0000 (+0100) Subject: arm: mvebu: turris_mox: Remove extra newline after module topology X-Git-Tag: baikal/mips/sdk5.9~7^2^2~112^2~6^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=97b160c0732595f9bb915cd21f3cf9f62493ec50;p=uboot.git arm: mvebu: turris_mox: Remove extra newline after module topology Remove extra newline after module topology is printed. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese --- diff --git a/board/CZ.NIC/turris_mox/turris_mox.c b/board/CZ.NIC/turris_mox/turris_mox.c index b61c5b1cb6..3eb5cb4256 100644 --- a/board/CZ.NIC/turris_mox/turris_mox.c +++ b/board/CZ.NIC/turris_mox/turris_mox.c @@ -612,9 +612,6 @@ int show_board_info(void) } } - if (module_count) - printf("\n"); - return 0; }