Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306479
b: refs/heads/master
c: c1bf9c6
h: refs/heads/master
i:
  306477: 53de9c6
  306475: 1f5d2c6
  306471: 871c292
  306463: b783960
v: v3
  • Loading branch information
Marek Szyprowski authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent dea351e commit 671ccb9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9d5934446aded013d55fcbf191d754667fa9d261
refs/heads/master: c1bf9c654a752b68be1b4408b33443a17515a671
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s5p-tv/mixer_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *pfmt,
*nplanes = fmt->num_subframes;
for (i = 0; i < fmt->num_subframes; ++i) {
alloc_ctxs[i] = layer->mdev->alloc_ctx;
sizes[i] = PAGE_ALIGN(planes[i].sizeimage);
sizes[i] = planes[i].sizeimage;
mxr_dbg(mdev, "size[%d] = %08lx\n", i, sizes[i]);
}

Expand Down

0 comments on commit 671ccb9

Please sign in to comment.