OSDN Git Service

[media] s5k5baf: remove an uneeded semicolon
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 18:15:53 +0000 (15:15 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 20:59:11 +0000 (17:59 -0300)
We don't use semicolons after curly braces in the middle of the
code.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/s5k5baf.c

index 564f05f..0e461a6 100644 (file)
@@ -816,7 +816,7 @@ static void s5k5baf_hw_find_min_fiv(struct s5k5baf *state)
                                 "error setting frame interval: %d\n", err);
                        state->error = -EINVAL;
                }
-       };
+       }
        v4l2_err(&state->sd, "cannot find correct frame interval\n");
        state->error = -ERANGE;
 }