Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74812
b: refs/heads/master
c: 19bc513
h: refs/heads/master
v: v3
  • Loading branch information
Brandon Philips authored and Mauro Carvalho Chehab committed Dec 11, 2007
1 parent a4e6b01 commit ed6eed7
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 94 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: 63337dd3f5506628e4831b08e39e09d7f1407769
refs/heads/master: 19bc5133dae9562e8824ef101464061f9854c1d8
5 changes: 1 addition & 4 deletions trunk/drivers/media/common/saa7146_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,10 +1440,7 @@ static void video_close(struct saa7146_dev *dev, struct file *file)
err = saa7146_stop_preview(fh);
}

// release all capture buffers
mutex_lock(&q->lock);
videobuf_read_stop(q);
mutex_unlock(&q->lock);
videobuf_stop(q);

/* hmm, why is this function declared void? */
/* return err */
Expand Down
Loading

0 comments on commit ed6eed7

Please sign in to comment.