Searched hist:b111545d26c0d66dd9aae668d9373669e752b075 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | synth_event_gen_test.c | diff b111545d26c0d66dd9aae668d9373669e752b075 Fri Nov 13 10:02:40 CST 2020 Kaixu Xia <kaixuxia@tencent.com> tracing: Remove the useless value assignment in test_create_synth_event()
The value of variable ret is overwritten on the delete branch in the test_create_synth_event() and we care more about the above error than this delete portion. Remove it.
Link: https://lkml.kernel.org/r/1605283360-6804-1-git-send-email-kaixuxia@tencent.com
Reported-by: Tosk Robot <tencent_os_robot@tencent.com> Signed-off-by: Kaixu Xia <kaixuxia@tencent.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|