Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9762
b: refs/heads/master
c: 220ec02
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Linus Torvalds committed Oct 10, 2005
1 parent 4e16007 commit 92e78b8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2e457ef667158840c1be511f5d10dd42c6dbbe46
refs/heads/master: 220ec0291130a932b32b2c66a10e9c5019dab702
3 changes: 3 additions & 0 deletions trunk/drivers/pcmcia/cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@ static int pccardd(void *__skt)
schedule();
try_to_freeze();
}
/* make sure we are running before we exit */
set_current_state(TASK_RUNNING);

remove_wait_queue(&skt->thread_wait, &wait);

/* remove from the device core */
Expand Down

0 comments on commit 92e78b8

Please sign in to comment.