Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190324
b: refs/heads/master
c: fcf1dd7
h: refs/heads/master
v: v3
  • Loading branch information
Denis Turischev authored and Wim Van Sebroeck committed Apr 26, 2010
1 parent 9eddd5f commit c93102d
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: 86913315de5ed13debd1566dfea15c4179b1f0c0
refs/heads/master: fcf1dd7e68ceb6420478c8d89d35b4745d0b2f42
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/sbc_fitpc2_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ static DEFINE_SPINLOCK(wdt_lock);

static void wdt_send_data(unsigned char command, unsigned char data)
{
outb(command, COMMAND_PORT);
msleep(100);
outb(data, DATA_PORT);
msleep(200);
outb(command, COMMAND_PORT);
msleep(100);
}

static void wdt_enable(void)
Expand Down

0 comments on commit c93102d

Please sign in to comment.