Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249345
b: refs/heads/master
c: da548cb
h: refs/heads/master
i:
  249343: bd5b9c4
v: v3
  • Loading branch information
Cho, Yu-Chen authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 1a10cb4 commit d4a0b57
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 56aec662152b57c57191c5407cebcf5a09a74a70
refs/heads/master: da548cb3f1ec3b1fd4ec2a848401398462ce3124
4 changes: 3 additions & 1 deletion trunk/drivers/staging/rts_pstor/rtsx.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,9 @@ static int rtsx_polling_thread(void *__dev)
wait_timeout((delay_use + 5) * 1000);

for (;;) {
wait_timeout(POLLING_INTERVAL);

set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(POLLING_INTERVAL);

/* lock the device pointers */
mutex_lock(&(dev->dev_mutex));
Expand Down

0 comments on commit d4a0b57

Please sign in to comment.