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: v2022.07~227^2~13^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6488939b4a78e03999c15314bed358b4e26940d0;p=platform%2Fkernel%2Fu-boot.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 b61c5b1..3eb5cb4 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; }