mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 00:59:55 -04:00
[media] V4L: sh_mobile_ceu_camera: remove duplicated code
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
15f517e272
commit
fd861a072c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user