Skip to content
Commit 54a0dffa authored by Colin Ian King's avatar Colin Ian King Committed by Steven Rostedt (Google)
Browse files

rv: Fix addition on an uninitialized variable 'run'

The variable run is not initialized however it is being accumulated
by the return value from the call to ikm_run_monitor.  Fix this by
initializing run to zero at the start of the function.

Link: https://lkml.kernel.org/r/20230424094730.105313-1-colin.i.king@gmail.com



Fixes: 4bc4b131 ("rv: Add rv tool")

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Acked-by: default avatarDaniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent a99d0d5f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment