Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261387
b: refs/heads/master
c: ff391d7
h: refs/heads/master
i:
  261385: b05c93c
  261383: 4473d32
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 30b0e77 commit 7b4719b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 28281a71eb3bc08a0fb9514886e7d6e868f71b3f
refs/heads/master: ff391d71bcf2ada53584d478ce23b1b279f59799
5 changes: 0 additions & 5 deletions trunk/drivers/media/video/sh_mobile_ceu_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1700,11 +1700,6 @@ static int sh_mobile_ceu_try_fmt(struct soc_camera_device *icd,
width = pix->width;
height = pix->height;

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

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

0 comments on commit 7b4719b

Please sign in to comment.