Hi Philippe, On Fri, 13 Nov 2020 at 07:15, Philippe Reynes <philippe.rey...@softathome.com> wrote: > > In the function get_random_data, strerrno is called with > the variable ret (which is the return of the function > clock_gettime). It should be called with errnor. This > commit fixes this mistake. > > Reported-by: Coverity (CID: 312956) > Signed-off-by: Philippe Reynes <philippe.rey...@softathome.com> > --- > tools/image-host.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>