media: imx274: actually use IMX274_DEFAULT_MODE
IMX274_DEFAULT_MODE is defined but not used. Start using it, so the default can be more easily changed without digging into the code. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
4317322d5a
commit
0b4c9553b1
|
@ -1621,7 +1621,7 @@ static int imx274_probe(struct i2c_client *client,
|
|||
mutex_init(&imx274->lock);
|
||||
|
||||
/* initialize format */
|
||||
imx274->mode = &imx274_formats[IMX274_MODE_3840X2160];
|
||||
imx274->mode = &imx274_formats[IMX274_DEFAULT_MODE];
|
||||
imx274->format.width = imx274->mode->size.width;
|
||||
imx274->format.height = imx274->mode->size.height;
|
||||
imx274->format.field = V4L2_FIELD_NONE;
|
||||
|
|
Loading…
Reference in New Issue