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 <liaochen4@huawei.com> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 2c2d24d commit b160420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)