Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112174
b: refs/heads/master
c: 0acb283
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and David S. Miller committed Oct 8, 2008
1 parent e455f9e commit dd79beb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51e2a3846eab18711f4eb59cd0a4c33054e2980a
refs/heads/master: 0acb28396728f42b6b1553c85d27c37513796043
6 changes: 6 additions & 0 deletions trunk/drivers/net/phy/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,12 @@ static void phy_change(struct work_struct *work)
if (err)
goto irq_enable_err;

/* Stop timer and run the state queue now. The work function for
* state_queue will start the timer up again.
*/
del_timer(&phydev->phy_timer);
schedule_work(&phydev->state_queue);

return;

irq_enable_err:
Expand Down

0 comments on commit dd79beb

Please sign in to comment.