Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92616
b: refs/heads/master
c: 645635b
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 5207cf6 commit 22c175f
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: 12aa67a63d2bf4e6500af6b2de40d18fa0bc1360
refs/heads/master: 645635b002311fafffd1b8f4e2e8200639fb7629
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/pwc/pwc-if.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static void pwc_reset_buffers(struct pwc_device *pdev)
int i;
unsigned long flags;

PWC_DEBUG_MEMORY(">> %s __enter__\n", __FUNCTION__);
PWC_DEBUG_MEMORY(">> %s __enter__\n", __func__);

spin_lock_irqsave(&pdev->ptrlock, flags);
pdev->full_frames = NULL;
Expand All @@ -511,7 +511,7 @@ static void pwc_reset_buffers(struct pwc_device *pdev)
pdev->fill_image = 0;
spin_unlock_irqrestore(&pdev->ptrlock, flags);

PWC_DEBUG_MEMORY("<< %s __leaving__\n", __FUNCTION__);
PWC_DEBUG_MEMORY("<< %s __leaving__\n", __func__);
}


Expand Down Expand Up @@ -1428,7 +1428,7 @@ static int pwc_video_mmap(struct file *file, struct vm_area_struct *vma)
unsigned long page, pos = 0;
int index;

PWC_DEBUG_MEMORY(">> %s\n", __FUNCTION__);
PWC_DEBUG_MEMORY(">> %s\n", __func__);
pdev = vdev->priv;
size = vma->vm_end - vma->vm_start;
start = vma->vm_start;
Expand Down

0 comments on commit 22c175f

Please sign in to comment.