Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261383
b: refs/heads/master
c: a5c1cee
h: refs/heads/master
i:
  261381: fbf9a06
  261379: dbaf16c
  261375: bfd474e
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 755cf19 commit 4473d32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 6523208758a7a0dbb8947e248110992da53d4143
refs/heads/master: a5c1cee0e63da3ed7d8bdbf85f11e4895051d890
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/pxa_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1498,12 +1498,6 @@ static int pxa_camera_try_fmt(struct soc_camera_device *icd,
&pix->height, 32, 2048, 0,
pixfmt == V4L2_PIX_FMT_YUV422P ? 4 : 0);

pix->bytesperline = soc_mbus_bytes_per_line(pix->width,
xlate->host_fmt);
if (pix->bytesperline < 0)
return pix->bytesperline;
pix->sizeimage = pix->height * pix->bytesperline;

/* limit to sensor capabilities */
mf.width = pix->width;
mf.height = pix->height;
Expand Down

0 comments on commit 4473d32

Please sign in to comment.