Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304379
b: refs/heads/master
c: 15ecf29
h: refs/heads/master
i:
  304377: b3a41ff
  304375: 3f6457b
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent 514c517 commit 5c0a58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad220db422c778a30f83061e9e2458b5f0ee6704
refs/heads/master: 15ecf29e1666ac0c18625ad276423c0291536543
4 changes: 2 additions & 2 deletions trunk/drivers/staging/android/alarm.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static enum hrtimer_restart alarm_timer_triggered(struct hrtimer *timer)
now = base->stopped ? base->stopped_time : hrtimer_cb_get_time(timer);
now = ktime_sub(now, base->delta);

pr_alarm(INT, "alarm_timer_triggered type %ld at %lld\n",
pr_alarm(INT, "alarm_timer_triggered type %td at %lld\n",
base - alarms, ktime_to_ns(now));

while (base->first) {
Expand All @@ -364,7 +364,7 @@ static enum hrtimer_restart alarm_timer_triggered(struct hrtimer *timer)
spin_lock_irqsave(&alarm_slock, flags);
}
if (!base->first)
pr_alarm(FLOW, "no more alarms of type %ld\n", base - alarms);
pr_alarm(FLOW, "no more alarms of type %td\n", base - alarms);
update_timer_locked(base, true);
spin_unlock_irqrestore(&alarm_slock, flags);
return HRTIMER_NORESTART;
Expand Down

0 comments on commit 5c0a58f

Please sign in to comment.