JIRA: https://issues.redhat.com/browse/RHEL-10080 commit 73e053cbd00ed890abfc812d6c602cbfa8d234dc Author: Colin Ian King <colin.i.king@gmail.com> Date: Tue Apr 18 16:00:18 2023 +0100 rv: Remove redundant assignment to variable retval Variable retval is being assigned a value that is never read, it is being re-assigned a new value in both paths of a following if statement. Remove the assignment. Cleans up clang-scan warning: kernel/trace/rv/rv.c:293:2: warning: Value stored to 'retval' is never read [deadcode.DeadStores] retval = count; Link: https://lkml.kernel.org/r/20230418150018.3123753-1-colin.i.king@gmail.com Cc: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: John Kacur <jkacur@redhat.com> |
||
---|---|---|
.. | ||
monitors | ||
Kconfig | ||
Makefile | ||
reactor_panic.c | ||
reactor_printk.c | ||
rv.c | ||
rv.h | ||
rv_reactors.c |