[media] drivers/media/i2c/tea6415c.c: removes unnecessary semicolon

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>
This commit is contained in:
Peter Senna Tschudin 2012-09-07 11:24:46 -03:00 committed by Mauro Carvalho Chehab
parent a719d69399
commit 3ea0a1d1eb
1 changed files with 2 additions and 2 deletions

View File

@ -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) {