Commit b1604206 authored by Liao Chen's avatar Liao Chen Committed by Hans Verkuil
Browse files

media: i2c: mt9v111: Drop redundant comma



Drop the redundant comma from mt9v111_of_match array to make the code
clean.

Signed-off-by: default avatarLiao Chen <liaochen4@huawei.com>
Reviewed-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 2c2d24dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1263,7 +1263,7 @@ static void mt9v111_remove(struct i2c_client *client)

static const struct of_device_id mt9v111_of_match[] = {
	{ .compatible = "aptina,mt9v111", },
	{ /* sentinel */ },
	{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, mt9v111_of_match);