Skip to content

Commit

Permalink
[media] V4L: sh_mobile_ceu_camera: remove duplicated code
Browse files Browse the repository at this point in the history
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 15f517e commit fd861a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/media/video/sh_mobile_ceu_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,9 +1018,6 @@ static int sh_mobile_ceu_get_formats(struct soc_camera_device *icd, unsigned int
cam->width = mf.width;
cam->height = mf.height;

cam->width = mf.width;
cam->height = mf.height;

icd->host_priv = cam;
} else {
cam = icd->host_priv;
Expand Down

0 comments on commit fd861a0

Please sign in to comment.