forked from Minki/linux
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:
parent
6ec6e0ced1
commit
587df9fca6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user