]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd/time.c: Initialize 'repeatable' variable
authorTom Rini <trini@konsulko.com>
Wed, 27 Sep 2017 01:12:05 +0000 (21:12 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2017 15:28:21 +0000 (11:28 -0400)
commit146dda391126d4f199c7692f2342efcc34b45ebd
treef83db96c5da0e0e568f8ecadd9fd0ca707e209e5
parent48ee0a87bc46a6f863ffd9e0396b7a068dd68c50
cmd/time.c: Initialize 'repeatable' variable

We cannot leave this uninitialized, set it to 0.

Reported-by: Coverity (CID: 144426)
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/time.c