Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66579
b: refs/heads/master
c: 34c6417
h: refs/heads/master
i:
  66577: bd349d1
  66575: 6cdbd6c
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Oct 10, 2007
1 parent 24651d2 commit 63fc70a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a799d71034c4e2b168740c8a8530591011313d5
refs/heads/master: 34c6417b7087a4818e7dca2e5d66c3361cee80a1
3 changes: 2 additions & 1 deletion trunk/drivers/net/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,8 @@ static void e100_watchdog(unsigned long data)
else
nic->flags &= ~ich_10h_workaround;

mod_timer(&nic->watchdog, jiffies + E100_WATCHDOG_PERIOD);
mod_timer(&nic->watchdog,
round_jiffies(jiffies + E100_WATCHDOG_PERIOD));
}

static void e100_xmit_prepare(struct nic *nic, struct cb *cb,
Expand Down

0 comments on commit 63fc70a

Please sign in to comment.