projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec6e0c
)
V4L/DVB (7668): soc-camera: Remove redundant return
author
Guennadi Liakhovetski
<
[email protected]
>
Tue, 22 Apr 2008 13:33:39 +0000
(10:33 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 24 Apr 2008 17:09:45 +0000
(14:09 -0300)
This obviously redundant return has been in the driver from the very first
version. Remove it.
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/soc_camera.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/soc_camera.c
b/drivers/media/video/soc_camera.c
index 91a1251d904dc56bde7aa7834611f4261e7844d4..a1b92446c8b4ac78052a4849e23a9f428ccba2c1 100644
(file)
--- a/
drivers/media/video/soc_camera.c
+++ b/
drivers/media/video/soc_camera.c
@@
-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,