Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355239
b: refs/heads/master
c: af7f032
h: refs/heads/master
i:
  355237: 07d0349
  355235: 5a86598
  355231: 358faef
v: v3
  • Loading branch information
Soren Brinkmann authored and Michal Simek committed Jan 28, 2013
1 parent 774fd55 commit f3476fc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f184c5caa983940305b37f428a6bfc22105235e4
refs/heads/master: af7f032dba8ccf7ee430a48656d25565672a6074
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-zynq/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ static irqreturn_t xttcps_clock_event_interrupt(int irq, void *dev_id)
struct xttcps_timer *timer = &xttce->xttc;

/* Acknowledge the interrupt and call event handler */
__raw_writel(__raw_readl(timer->base_addr + XTTCPS_ISR_OFFSET),
timer->base_addr + XTTCPS_ISR_OFFSET);
__raw_readl(timer->base_addr + XTTCPS_ISR_OFFSET);

xttce->ce.event_handler(&xttce->ce);

Expand Down

0 comments on commit f3476fc

Please sign in to comment.