X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Ftime.c;h=51cde9749f48a410893af4c45fb1edbe32aeb41a;hb=0de1022d885a4a637cae2955b4e32e1407696429;hp=de57e3b9dd5e05a1efc2b4b12741b9dc3d5eb03a;hpb=9c3193f8d03d4074fa6ca6b783246b97d8dc2ff5;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;