Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87108
b: refs/heads/master
c: 996d62d
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Wim Van Sebroeck committed Mar 6, 2008
1 parent 0ad6aff commit 4e3cc01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: fa9363c5f866d6beedf36d4f4b1393ba802d8248
refs/heads/master: 996d62d449a7d5e691b0da22b7c877df08c2b0a4
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/cpu5wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ static int ticks = 10000;

static struct {
struct completion stop;
volatile int running;
int running;
struct timer_list timer;
volatile int queue;
int queue;
int default_ticks;
unsigned long inuse;
} cpu5wdt_device;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/mtx-1_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ static int ticks = 100 * HZ;

static struct {
struct completion stop;
volatile int running;
int running;
struct timer_list timer;
volatile int queue;
int queue;
int default_ticks;
unsigned long inuse;
unsigned gpio;
Expand Down

0 comments on commit 4e3cc01

Please sign in to comment.