diff options
Diffstat (limited to 'litmus/event_group.c')
-rw-r--r-- | litmus/event_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/event_group.c b/litmus/event_group.c index 22c74a19d1d6..e285b5465761 100644 --- a/litmus/event_group.c +++ b/litmus/event_group.c | |||
@@ -122,7 +122,7 @@ void add_event(struct event_group *group, struct rt_event *e, lt_t fire) | |||
122 | { | 122 | { |
123 | struct event_list *el; | 123 | struct event_list *el; |
124 | 124 | ||
125 | TRACE("Adding event with prio %d @ %llu\n", event->prio, fire); | 125 | TRACE("Adding event with prio %d @ %llu\n", e->prio, fire); |
126 | 126 | ||
127 | raw_spin_lock(&group->queue_lock); | 127 | raw_spin_lock(&group->queue_lock); |
128 | el = get_event_list(group, e, fire, 0); | 128 | el = get_event_list(group, e, fire, 0); |