Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357199
b: refs/heads/master
c: e19bc86
h: refs/heads/master
i:
  357197: 3adb94f
  357195: 39dd385
  357191: 1af77f5
  357183: f580142
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent f6a52e6 commit f2d5191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186
refs/heads/master: e19bc863f1f45223a85935f070177eda6b422f8f
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/omap3isp/ispqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int isp_video_buffer_prepare_pfnmap(struct isp_video_buffer *buf)
unsigned long this_pfn;
unsigned long start;
unsigned long end;
dma_addr_t pa;
dma_addr_t pa = 0;
int ret = -EFAULT;

start = buf->vbuf.m.userptr;
Expand Down Expand Up @@ -419,7 +419,7 @@ static int isp_video_buffer_prepare_pfnmap(struct isp_video_buffer *buf)
static int isp_video_buffer_prepare_vm_flags(struct isp_video_buffer *buf)
{
struct vm_area_struct *vma;
pgprot_t vm_page_prot;
pgprot_t uninitialized_var(vm_page_prot);
unsigned long start;
unsigned long end;
int ret = -EFAULT;
Expand Down

0 comments on commit f2d5191

Please sign in to comment.