|
@@ -1010,7 +1010,7 @@ static int tvp7002_probe(struct i2c_client *c, const struct i2c_device_id *id)
|
|
|
#if defined(CONFIG_MEDIA_CONTROLLER)
|
|
|
device->pad.flags = MEDIA_PAD_FL_SOURCE;
|
|
|
device->sd.flags |= V4L2_SUBDEV_FL_HAS_DEVNODE;
|
|
|
- device->sd.entity.flags |= MEDIA_ENT_F_ATV_DECODER;
|
|
|
+ device->sd.entity.function = MEDIA_ENT_F_ATV_DECODER;
|
|
|
|
|
|
error = media_entity_pads_init(&device->sd.entity, 1, &device->pad);
|
|
|
if (error < 0)
|