diff options
Diffstat (limited to 'litmus/sched_task_trace.c')
-rw-r--r-- | litmus/sched_task_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_task_trace.c b/litmus/sched_task_trace.c index b59105110d7f..39a543e22d41 100644 --- a/litmus/sched_task_trace.c +++ b/litmus/sched_task_trace.c | |||
@@ -64,7 +64,7 @@ module_init(init_sched_task_trace); | |||
64 | 64 | ||
65 | static inline struct st_event_record* get_record(u8 type, struct task_struct* t) | 65 | static inline struct st_event_record* get_record(u8 type, struct task_struct* t) |
66 | { | 66 | { |
67 | struct st_event_record* rec; | 67 | struct st_event_record* rec = NULL; |
68 | struct local_buffer* buf; | 68 | struct local_buffer* buf; |
69 | 69 | ||
70 | buf = &get_cpu_var(st_event_buffer); | 70 | buf = &get_cpu_var(st_event_buffer); |