X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Ftime.c;h=51cde9749f48a410893af4c45fb1edbe32aeb41a;hb=cf35ea1011861051731557f4ba00e0ff8ba9198d;hp=de57e3b9dd5e05a1efc2b4b12741b9dc3d5eb03a;hpb=cd85bec36d0e0d16fedb00e0c434ed070a9c6b37;p=oweals%2Fu-boot.git diff --git a/cmd/time.c b/cmd/time.c index de57e3b9dd..51cde9749f 100644 --- a/cmd/time.c +++ b/cmd/time.c @@ -1,6 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2011 The Chromium OS Authors. - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -28,7 +28,7 @@ static int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { ulong cycles = 0; int retval = 0; - int repeatable; + int repeatable = 0; if (argc == 1) return CMD_RET_USAGE;