Skip to content

Commit b160420

Browse files
Liao ChenHans Verkuil
authored andcommitted
media: i2c: mt9v111: Drop redundant comma
Drop the redundant comma from mt9v111_of_match array to make the code clean. Signed-off-by: Liao Chen <[email protected]> Reviewed-by: Biju Das <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 2c2d24d commit b160420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/i2c/mt9v111.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ static void mt9v111_remove(struct i2c_client *client)
12631263

12641264
static const struct of_device_id mt9v111_of_match[] = {
12651265
{ .compatible = "aptina,mt9v111", },
1266-
{ /* sentinel */ },
1266+
{ /* sentinel */ }
12671267
};
12681268
MODULE_DEVICE_TABLE(of, mt9v111_of_match);
12691269

0 commit comments

Comments
 (0)