Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48876
b: refs/heads/master
c: a65421e
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Feb 17, 2007
1 parent d7a44ad commit eff4c31
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: 3dc5ea9b31a8c83cffa338aba91adbc9bd387002
refs/heads/master: a65421ea3f8a0e78b4e3b858bdc5ada5ad653807
3 changes: 2 additions & 1 deletion trunk/drivers/ieee1394/nodemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,8 @@ static int nodemgr_host_thread(void *__hi)
for (;;) {
/* Sleep until next bus reset */
set_current_state(TASK_INTERRUPTIBLE);
if (get_hpsb_generation(host) == generation)
if (get_hpsb_generation(host) == generation &&
!kthread_should_stop())
schedule();
__set_current_state(TASK_RUNNING);

Expand Down

0 comments on commit eff4c31

Please sign in to comment.