diff options
-rw-r--r-- | drivers/media/video/cafe_ccic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cafe_ccic.c b/drivers/media/video/cafe_ccic.c index 4dae8925667f..682dc7ce48d9 100644 --- a/drivers/media/video/cafe_ccic.c +++ b/drivers/media/video/cafe_ccic.c | |||
@@ -1195,7 +1195,7 @@ static int cafe_vidioc_reqbufs(struct file *filp, void *priv, | |||
1195 | struct v4l2_requestbuffers *req) | 1195 | struct v4l2_requestbuffers *req) |
1196 | { | 1196 | { |
1197 | struct cafe_camera *cam = filp->private_data; | 1197 | struct cafe_camera *cam = filp->private_data; |
1198 | int ret; | 1198 | int ret = 0; /* Silence warning */ |
1199 | 1199 | ||
1200 | /* | 1200 | /* |
1201 | * Make sure it's something we can do. User pointers could be | 1201 | * Make sure it's something we can do. User pointers could be |