Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40795
b: refs/heads/master
c: 6d15cb4
h: refs/heads/master
i:
  40793: 7806904
  40791: 5bedc48
v: v3
  • Loading branch information
David Brownell authored and Russell King committed Nov 7, 2006
1 parent 83a91bf commit 8611a47
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: 3f84ada6c173d856b5e06b239931866ed7dd7a16
refs/heads/master: 6d15cb42fe4f8c07c80c9d49db721fcfe2da0e90
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ EXPORT_SYMBOL(leds_event);
#ifdef CONFIG_LEDS_TIMER
static inline void do_leds(void)
{
static unsigned int count = 50;
static unsigned int count = HZ/2;

if (--count == 0) {
count = 50;
count = HZ/2;
leds_event(led_timer);
}
}
Expand Down

0 comments on commit 8611a47

Please sign in to comment.