Skip to content

Commit

Permalink
V4L/DVB (7668): soc-camera: Remove redundant return
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 6ec6e0c commit 587df9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/soc_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 587df9f

Please sign in to comment.