fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
[platform/kernel/u-boot.git] / common / cmd_dcr.c
index a053343..439d07a 100644 (file)
@@ -123,7 +123,7 @@ int do_getidcr (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        if (argc < 3) {
                printf ("Usage:\n%s\n", cmdtp->usage);
                return 1;
-       }
+       }
 
        /* Find out whether ther is '.' (dot) symbol in the first parameter. */
        strncpy (buf, argv[1], sizeof(buf)-1);