PATCH] libtraceevent: Remove double assignment of val in eval_num_arg()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx>

The val variable is set twice in a row, remove one of them.

Fixes: b1504f78 ("libtraceevent: Add dynamic_offset()")
Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
---

Added on top of: https://lore.kernel.org/all/20220731015928.7ab3a154@xxxxxxxxxxxxxxxxxxxx/

 src/event-parse.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/event-parse.c b/src/event-parse.c
index b3caff6..980e980 100644
--- a/src/event-parse.c
+++ b/src/event-parse.c
@@ -4314,7 +4314,6 @@ eval_num_arg(void *data, int size, struct tep_event *event, struct tep_print_arg
 			val = (unsigned long)data;
 			break;
 		}
-		val = (unsigned long long)((unsigned long)data + offset);
 		val = (unsigned long)data + offset;
 		break;
 	default: /* not sure what to do there */
-- 
2.35.1




[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux