board: vscom: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -285,7 +285,6 @@ int ft_board_setup(void *blob, struct bd_info *bd)
|
||||
mac_addr[4] = header.MAC1[4];
|
||||
mac_addr[5] = header.MAC1[5];
|
||||
|
||||
|
||||
node = fdt_path_offset(blob, "ethernet0");
|
||||
if (node < 0) {
|
||||
printf("no ethernet0 path offset\n");
|
||||
|
||||
Reference in New Issue
Block a user