Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261208
b: refs/heads/master
c: 7f116b3
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 3176b6d commit 009d7d2
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: 147b68cd7e093ea576280a2961734a74ee7e7090
refs/heads/master: 7f116b3ea908e277132fd68c5ff4c46284ae2d97
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/videobuf2-memops.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ int vb2_mmap_pfn_range(struct vm_area_struct *vma, unsigned long paddr,

vma->vm_ops->open(vma);

printk(KERN_DEBUG "%s: mapped paddr 0x%08lx at 0x%08lx, size %ld\n",
pr_debug("%s: mapped paddr 0x%08lx at 0x%08lx, size %ld\n",
__func__, paddr, vma->vm_start, size);

return 0;
Expand All @@ -195,7 +195,7 @@ static void vb2_common_vm_open(struct vm_area_struct *vma)
{
struct vb2_vmarea_handler *h = vma->vm_private_data;

printk(KERN_DEBUG "%s: %p, refcount: %d, vma: %08lx-%08lx\n",
pr_debug("%s: %p, refcount: %d, vma: %08lx-%08lx\n",
__func__, h, atomic_read(h->refcount), vma->vm_start,
vma->vm_end);

Expand All @@ -213,7 +213,7 @@ static void vb2_common_vm_close(struct vm_area_struct *vma)
{
struct vb2_vmarea_handler *h = vma->vm_private_data;

printk(KERN_DEBUG "%s: %p, refcount: %d, vma: %08lx-%08lx\n",
pr_debug("%s: %p, refcount: %d, vma: %08lx-%08lx\n",
__func__, h, atomic_read(h->refcount), vma->vm_start,
vma->vm_end);

Expand Down

0 comments on commit 009d7d2

Please sign in to comment.