From: Peter Senna Tschudin <peter.se...@gmail.com>

removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.se...@gmail.com>

---
 drivers/media/i2c/tea6415c.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -u -p a/drivers/media/i2c/tea6415c.c b/drivers/media/i2c/tea6415c.c
--- a/drivers/media/i2c/tea6415c.c
+++ b/drivers/media/i2c/tea6415c.c
@@ -81,7 +81,7 @@ static int tea6415c_s_routing(struct v4l
        case 13:
                byte = 0x28;
                break;
-       };
+       }
 
        switch (i) {
        case 5:
@@ -108,7 +108,7 @@ static int tea6415c_s_routing(struct v4l
        case 11:
                byte |= 0x07;
                break;
-       };
+       }
 
        ret = i2c_smbus_write_byte(client, byte);
        if (ret) {

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to