[media] v4l: omap4iss: Remove double semicolon at end of line
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 4 Dec 2013 00:29:06 +0000 (21:29 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 11 Dec 2013 08:53:26 +0000 (06:53 -0200)
Pure CodingStyle fixes.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/staging/media/omap4iss/iss_video.c

index 0a7137bcdcd231790c59072f73a8347cd00d952a..7763b8dc9f6e36068bea38aeddd1d130310d4e8a 100644 (file)
@@ -1039,7 +1039,7 @@ static int iss_video_mmap(struct file *file, struct vm_area_struct *vma)
 {
        struct iss_video_fh *vfh = to_iss_video_fh(file->private_data);
 
-       return vb2_mmap(&vfh->queue, vma);;
+       return vb2_mmap(&vfh->queue, vma);
 }
 
 static struct v4l2_file_operations iss_video_fops = {
This page took 0.027663 seconds and 5 git commands to generate.