V4L/DVB (7668): soc-camera: Remove redundant return

This obviously redundant return has been in the driver from the very first
version. Remove it.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Guennadi Liakhovetski 2008-04-22 10:33:39 -03:00 committed by Mauro Carvalho Chehab
parent 6ec6e0ced1
commit 587df9fca6

View file

@ -144,8 +144,6 @@ static int soc_camera_reqbufs(struct file *file, void *priv,
return ret;
return ici->ops->reqbufs(icf, p);
return ret;
}
static int soc_camera_querybuf(struct file *file, void *priv,