[media] s5k6a3: Add missing entity function initialization
Suppresses warning like: s5p-fimc-md camera: Entity type for entity S5K6A3 13-0010 was not initialized! Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
bae4500399
commit
654fa10392
|
@ -331,6 +331,7 @@ static int s5k6a3_probe(struct i2c_client *client,
|
||||||
sensor->format.width = S5K6A3_DEFAULT_WIDTH;
|
sensor->format.width = S5K6A3_DEFAULT_WIDTH;
|
||||||
sensor->format.height = S5K6A3_DEFAULT_HEIGHT;
|
sensor->format.height = S5K6A3_DEFAULT_HEIGHT;
|
||||||
|
|
||||||
|
sd->entity.function = MEDIA_ENT_F_CAM_SENSOR;
|
||||||
sensor->pad.flags = MEDIA_PAD_FL_SOURCE;
|
sensor->pad.flags = MEDIA_PAD_FL_SOURCE;
|
||||||
ret = media_entity_pads_init(&sd->entity, 1, &sensor->pad);
|
ret = media_entity_pads_init(&sd->entity, 1, &sensor->pad);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
|
Loading…
Reference in New Issue