aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-fimc/fimc-mdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/s5p-fimc/fimc-mdevice.c')
-rw-r--r--drivers/media/platform/s5p-fimc/fimc-mdevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/s5p-fimc/fimc-mdevice.c b/drivers/media/platform/s5p-fimc/fimc-mdevice.c
index 0531ab70a94c..1bd5678cfeb9 100644
--- a/drivers/media/platform/s5p-fimc/fimc-mdevice.c
+++ b/drivers/media/platform/s5p-fimc/fimc-mdevice.c
@@ -213,7 +213,7 @@ static int fimc_pipeline_close(struct fimc_pipeline *p)
213 * @pipeline: video pipeline structure 213 * @pipeline: video pipeline structure
214 * @on: passed as the s_stream call argument 214 * @on: passed as the s_stream call argument
215 */ 215 */
216int fimc_pipeline_s_stream(struct fimc_pipeline *p, bool on) 216static int fimc_pipeline_s_stream(struct fimc_pipeline *p, bool on)
217{ 217{
218 int i, ret; 218 int i, ret;
219 219
@@ -547,7 +547,7 @@ static int __fimc_md_create_fimc_sink_links(struct fimc_md *fmd,
547 if (ret) 547 if (ret)
548 break; 548 break;
549 549
550 v4l2_info(&fmd->v4l2_dev, "created link [%s] %c> [%s]", 550 v4l2_info(&fmd->v4l2_dev, "created link [%s] %c> [%s]\n",
551 source->name, flags ? '=' : '-', sink->name); 551 source->name, flags ? '=' : '-', sink->name);
552 552
553 if (flags == 0 || sensor == NULL) 553 if (flags == 0 || sensor == NULL)