X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmd%2Ftime.c;h=51cde9749f48a410893af4c45fb1edbe32aeb41a;hb=776d39d9a10d92e3dc753e6b052bc6a53523f3c7;hp=de57e3b9dd5e05a1efc2b4b12741b9dc3d5eb03a;hpb=82d72a1b9967cff4908f22c57536c3660f794401;p=platform%2Fkernel%2Fu-boot.git diff --git a/cmd/time.c b/cmd/time.c index de57e3b..51cde97 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;