[media] media: rename the function that create pad links
[deliverable/linux.git] / drivers / media / platform / omap3isp / ispccp2.c
index e1b5f5bea541fbd9adc50c6b9795cf5a7d94f2eb..b215eb5049d65a67011aa858f3eca144786390fe 100644 (file)
@@ -1100,7 +1100,7 @@ static int ccp2_init_entities(struct isp_ccp2_device *ccp2)
                goto error_video;
 
        /* Connect the video node to the ccp2 subdev. */
-       ret = media_entity_create_link(&ccp2->video_in.video.entity, 0,
+       ret = media_create_pad_link(&ccp2->video_in.video.entity, 0,
                                       &ccp2->subdev.entity, CCP2_PAD_SINK, 0);
        if (ret < 0)
                goto error_link;
This page took 0.027984 seconds and 5 git commands to generate.