Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97716
b: refs/heads/master
c: 81b8021
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent 39358d9 commit 012d070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: daf20d95bff81c6fc8a8d8160e620e1f9581af02
refs/heads/master: 81b8021a71c194752e8bbb29328cecc744a47b2b
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/zoran_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ zoran_close_end_session (struct file *file)

/* v4l capture */
if (fh->v4l_buffers.active != ZORAN_FREE) {
long flags;
unsigned long flags;

spin_lock_irqsave(&zr->spinlock, flags);
zr36057_set_memgrab(zr, 0);
Expand Down Expand Up @@ -3436,7 +3436,7 @@ zoran_do_ioctl (struct inode *inode,

/* unload capture */
if (zr->v4l_memgrab_active) {
long flags;
unsigned long flags;

spin_lock_irqsave(&zr->spinlock, flags);
zr36057_set_memgrab(zr, 0);
Expand Down Expand Up @@ -4375,7 +4375,7 @@ zoran_vm_close (struct vm_area_struct *vma)
mutex_lock(&zr->resource_lock);

if (fh->v4l_buffers.active != ZORAN_FREE) {
long flags;
unsigned long flags;

spin_lock_irqsave(&zr->spinlock, flags);
zr36057_set_memgrab(zr, 0);
Expand Down

0 comments on commit 012d070

Please sign in to comment.