Skip to content

Commit

Permalink
drivers: event_timer: Ignore (.head = RB_ROOT and .next = NULL)
Browse files Browse the repository at this point in the history
Signed-off-by: K A R T H I K <[email protected]>
  • Loading branch information
karthik558 committed Oct 9, 2021
1 parent 13eb4f7 commit cb25a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/soc/qcom/event_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ struct hrtimer_info {
static DEFINE_PER_CPU(struct hrtimer_info, per_cpu_hrtimer);

static DEFINE_PER_CPU(struct timerqueue_head, timer_head) = {
.head = RB_ROOT,
.next = NULL,
// .head = RB_ROOT,
// .next = NULL,
};

static DEFINE_SPINLOCK(event_timer_lock);
Expand Down

0 comments on commit cb25a07

Please sign in to comment.