Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141298
b: refs/heads/master
c: e55b689
h: refs/heads/master
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 4ddca63 commit 94e69f3
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: 3e5510ab0cd73e37b1bf268ec1ec7a071e08a1d5
refs/heads/master: e55b689268391a3b0a0d20c951b60b2d88a5e105
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dst/thread_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void thread_pool_del_worker(struct thread_pool *p)
{
struct thread_pool_worker *w = NULL;

while (!w) {
while (!w && p->thread_num) {
wait_event(p->wait, !list_empty(&p->ready_list) || !p->thread_num);

dprintk("%s: locking list_empty: %d, thread_num: %d.\n",
Expand Down

0 comments on commit 94e69f3

Please sign in to comment.