Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189976
b: refs/heads/master
c: 0fb0657
h: refs/heads/master
v: v3
  • Loading branch information
Luuk Paulussen authored and Wim Van Sebroeck committed Apr 16, 2010
1 parent f4abb19 commit ea08d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 77165a48edeaf4758588563c0592af6559e8b256
refs/heads/master: 0fb06571bbb5c72b4663c20f721323260ea802bf
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/booke_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ u32 booke_wdt_period = WDT_PERIOD_DEFAULT;

#ifdef CONFIG_FSL_BOOKE
#define WDTP(x) ((((x)&0x3)<<30)|(((x)&0x3c)<<15))
#define WDTP_MASK (WDTP(0))
#define WDTP_MASK (WDTP(0x3f))
#else
#define WDTP(x) (TCR_WP(x))
#define WDTP_MASK (TCR_WP_MASK)
Expand Down

0 comments on commit ea08d09

Please sign in to comment.