Skip to content

Commit

Permalink
[media] drivers/media/i2c/tea6415c.c: removes unnecessary semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent a719d69 commit 3ea0a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/i2c/tea6415c.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int tea6415c_s_routing(struct v4l2_subdev *sd,
case 13:
byte = 0x28;
break;
};
}

switch (i) {
case 5:
Expand All @@ -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) {
Expand Down

0 comments on commit 3ea0a1d

Please sign in to comment.