Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108651
b: refs/heads/master
c: 8b5942c
h: refs/heads/master
i:
  108649: 843c934
  108647: 0025c77
v: v3
  • Loading branch information
Adrian Bunk authored and Russell King committed Aug 16, 2008
1 parent 2f78031 commit 013a045
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 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: da4d77cda07c349d10be1398004ebdfd1a22c426
refs/heads/master: 8b5942c391ff92417b0a133abf7a970fa4fc942a
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/at91rm9200_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static struct watchdog_info at91_wdt_info = {
/*
* Handle commands from user-space.
*/
static long at91_wdt_ioct(struct file *file,
static long at91_wdt_ioctl(struct file *file,
unsigned int cmd, unsigned long arg)
{
void __user *argp = (void __user *)arg;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ixp4xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static int nowayout = WATCHDOG_NOWAYOUT;
static int heartbeat = 60; /* (secs) Default is 1 minute */
static unsigned long wdt_status;
static unsigned long boot_status;
static spin_lock_t wdt_lock;
static DEFINE_SPINLOCK(wdt_lock);

#define WDT_TICK_RATE (IXP4XX_PERIPHERAL_BUS_CLOCK * 1000000UL)

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ static void s3c2410wdt_start(void)
writel(wdt_count, wdt_base + S3C2410_WTCNT);
writel(wtcon, wdt_base + S3C2410_WTCON);
spin_unlock(&wdt_lock);

return 0;
}

static int s3c2410wdt_set_heartbeat(int timeout)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/wdt285.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int __init footbridge_watchdog_init(void)
soft_margin);

if (machine_is_cats())
printk(KERN_WARN
printk(KERN_WARNING
"Warning: Watchdog reset may not work on this machine.\n");
return 0;
}
Expand Down

0 comments on commit 013a045

Please sign in to comment.