Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190690
b: refs/heads/master
c: a76b9f4
h: refs/heads/master
v: v3
  • Loading branch information
Yong Zhang authored and Mauro Carvalho Chehab committed May 6, 2010
1 parent 2a80495 commit 81f9e80
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: 84a1d9c83e3e13991b958c897b6e9d6a5e4ce76d
refs/heads/master: a76b9f49ba58d081e373080ff75130673140d3f1
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/sn9c20x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ static int input_kthread(void *data)
struct gspca_dev *gspca_dev = (struct gspca_dev *)data;
struct sd *sd = (struct sd *) gspca_dev;

DECLARE_WAIT_QUEUE_HEAD(wait);
DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wait);
set_freezable();
for (;;) {
if (kthread_should_stop())
Expand Down

0 comments on commit 81f9e80

Please sign in to comment.