The patch titled drivers/media/video/cafe_ccic.c fix warning has been added to the -mm tree. Its filename is drivers-media-video-cafe_ccicc-fix-warning.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/media/video/cafe_ccic.c fix warning From: corbet@xxxxxxx (Jonathan Corbet) Quiet a spurious gcc warning. Signed-off-by: Jonathan Corbet <corbet@xxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/media/video/cafe_ccic.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/cafe_ccic.c~drivers-media-video-cafe_ccicc-fix-warning drivers/media/video/cafe_ccic.c --- a/drivers/media/video/cafe_ccic.c~drivers-media-video-cafe_ccicc-fix-warning +++ a/drivers/media/video/cafe_ccic.c @@ -1195,7 +1195,7 @@ static int cafe_vidioc_reqbufs(struct fi struct v4l2_requestbuffers *req) { struct cafe_camera *cam = filp->private_data; - int ret; + int ret = 0; /* Silence warning */ /* * Make sure it's something we can do. User pointers could be _ Patches currently in -mm which might be from corbet@xxxxxxx are drivers-media-video-cafe_ccicc-fix-warning.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html