Use the context-specific print macro to replace the last usage of the v4l2_* print macros. Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> --- drivers/media/platform/ti-vpe/cal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/ti-vpe/cal.c b/drivers/media/platform/ti-vpe/cal.c index 10baca7cfcee..e353b1b0f6f9 100644 --- a/drivers/media/platform/ti-vpe/cal.c +++ b/drivers/media/platform/ti-vpe/cal.c @@ -1887,8 +1887,8 @@ static int cal_complete_ctx(struct cal_ctx *ctx) if (ret < 0) return ret; - v4l2_info(&ctx->v4l2_dev, "V4L2 device registered as %s\n", - video_device_node_name(vfd)); + ctx_info(ctx, "V4L2 device registered as %s\n", + video_device_node_name(vfd)); return 0; } -- Regards, Laurent Pinchart