projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a719d69
)
[media] drivers/media/i2c/tea6415c.c: removes unnecessary semicolon
author
Peter Senna Tschudin
<peter.senna@gmail.com>
Fri, 7 Sep 2012 14:24:46 +0000
(11:24 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 23 Sep 2012 20:04:38 +0000
(17:04 -0300)
removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/tea6415c.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/tea6415c.c
b/drivers/media/i2c/tea6415c.c
index
d1d6ea1
..
3d5b06a
100644
(file)
--- a/
drivers/media/i2c/tea6415c.c
+++ b/
drivers/media/i2c/tea6415c.c
@@
-81,7
+81,7
@@
static int tea6415c_s_routing(struct v4l2_subdev *sd,
case 13:
byte = 0x28;
break;
- }
;
+ }
switch (i) {
case 5:
@@
-108,7
+108,7
@@
static int tea6415c_s_routing(struct v4l2_subdev *sd,
case 11:
byte |= 0x07;
break;
- }
;
+ }
ret = i2c_smbus_write_byte(client, byte);
if (ret) {