Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330672
b: refs/heads/master
c: 84b3bd4
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 6, 2012
1 parent 4f68f3c commit eba2246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 8f0755c06b90a97e9e793cb474f216303cf88c2d
refs/heads/master: 84b3bd462393133e5ba6949c32a26f46b5e9f93d
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/m2m-deinterlace.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ static void deinterlace_issue_dma(struct deinterlace_ctx *ctx, int op,
if (dma_submit_error(ctx->cookie)) {
v4l2_warn(&pcdev->v4l2_dev,
"DMA submit error %d with src=0x%x dst=0x%x len=0x%x\n",
ctx->cookie, p_in, p_out, s_size * 3/2);
ctx->cookie, (unsigned)p_in, (unsigned)p_out,
s_size * 3/2);
return;
}

Expand Down

0 comments on commit eba2246

Please sign in to comment.