Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258443
b: refs/heads/master
c: 1821f7c
h: refs/heads/master
i:
  258441: c7df19d
  258439: 5365c61
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jul 23, 2011
1 parent 46ca0ec commit e64e3f7
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: 758ccc34389811c84382a79e198e4b6250ae0478
refs/heads/master: 1821f7cd65ad9ea56580b830ac79bf4c4fef59cb
2 changes: 1 addition & 1 deletion trunk/net/core/link_watch.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static void linkwatch_schedule_work(int urgent)
return;

/* It's already running which is good enough. */
if (!cancel_delayed_work(&linkwatch_work))
if (!__cancel_delayed_work(&linkwatch_work))
return;

/* Otherwise we reschedule it again for immediate execution. */
Expand Down

0 comments on commit e64e3f7

Please sign in to comment.