summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorJoe Perches2013-10-09 01:29:08 +0200
committerMauro Carvalho Chehab2013-10-17 10:51:57 +0200
commit2028c71d54e7bd7eb4470d5968f581f9f9284406 (patch)
treeeba75f65ae20290fc8467a42d95f4b7e4e7fb0f5 /drivers/media/i2c
parent[media] SOLO6x10: Fix video frame type (I/P/B) (diff)
downloadkernel-qcow2-linux-2028c71d54e7bd7eb4470d5968f581f9f9284406.tar.gz
kernel-qcow2-linux-2028c71d54e7bd7eb4470d5968f581f9f9284406.tar.xz
kernel-qcow2-linux-2028c71d54e7bd7eb4470d5968f581f9f9284406.zip
[media] media: Remove unnecessary semicolons
These aren't necessary after switch and while statements. Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/soc_camera/ov9640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/soc_camera/ov9640.c b/drivers/media/i2c/soc_camera/ov9640.c
index e968c3fdbd9e..bc74224503e7 100644
--- a/drivers/media/i2c/soc_camera/ov9640.c
+++ b/drivers/media/i2c/soc_camera/ov9640.c
@@ -371,7 +371,7 @@ static void ov9640_alter_regs(enum v4l2_mbus_pixelcode code,
alt->com13 = OV9640_COM13_RGB_AVG;
alt->com15 = OV9640_COM15_RGB_565;
break;
- };
+ }
}
/* Setup registers according to resolution and color encoding */