Skip to content

Commit

Permalink
[media] s5p-fimc: Add missing new line character
Browse files Browse the repository at this point in the history
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Oct 25, 2012
1 parent efde319 commit 542fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/s5p-fimc/fimc-mdevice.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static int __fimc_md_create_fimc_sink_links(struct fimc_md *fmd,
if (ret)
break;

v4l2_info(&fmd->v4l2_dev, "created link [%s] %c> [%s]",
v4l2_info(&fmd->v4l2_dev, "created link [%s] %c> [%s]\n",
source->name, flags ? '=' : '-', sink->name);

if (flags == 0 || sensor == NULL)
Expand Down

0 comments on commit 542fb08

Please sign in to comment.