arm: mvebu: turris_mox: Remove extra newline after module topology
authorMarek Behún <marek.behun@nic.cz>
Thu, 11 Nov 2021 15:35:49 +0000 (16:35 +0100)
committerStefan Roese <sr@denx.de>
Tue, 21 Dec 2021 06:42:01 +0000 (07:42 +0100)
Remove extra newline after module topology is printed.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_mox/turris_mox.c

index b61c5b1..3eb5cb4 100644 (file)
@@ -612,9 +612,6 @@ int show_board_info(void)
                }
        }
 
-       if (module_count)
-               printf("\n");
-
        return 0;
 }