Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 1/4] [media] s5p-fimc: Add missing static storage class in fimc-lite-reg.c file
@ 2012-05-25 17:38 Sachin Kamat
  2012-05-25 17:38 ` [PATCH 2/4] [media] s5p-fimc: Add missing static storage class in fimc-mdevice.c file Sachin Kamat
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sachin Kamat @ 2012-05-25 17:38 UTC (permalink / raw)
  To: linux-media; +Cc: s.nawrocki, mchehab, sachin.kamat, patches

Fixes the following sparse warning:
drivers/media/video/s5p-fimc/fimc-lite-reg.c:218:6: warning: symbol
'flite_hw_set_out_order' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/media/video/s5p-fimc/fimc-lite-reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/s5p-fimc/fimc-lite-reg.c b/drivers/media/video/s5p-fimc/fimc-lite-reg.c
index 419adfb..f996e94 100644
--- a/drivers/media/video/s5p-fimc/fimc-lite-reg.c
+++ b/drivers/media/video/s5p-fimc/fimc-lite-reg.c
@@ -215,7 +215,7 @@ void flite_hw_set_camera_bus(struct fimc_lite *dev,
 	flite_hw_set_camera_port(dev, s_info->mux_id);
 }
 
-void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f)
+static void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f)
 {
 	static const u32 pixcode[4][2] = {
 		{ V4L2_MBUS_FMT_YUYV8_2X8, FLITE_REG_CIODMAFMT_YCBYCR },
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-26 14:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 17:38 [PATCH 1/4] [media] s5p-fimc: Add missing static storage class in fimc-lite-reg.c file Sachin Kamat
2012-05-25 17:38 ` [PATCH 2/4] [media] s5p-fimc: Add missing static storage class in fimc-mdevice.c file Sachin Kamat
2012-05-25 17:38 ` [PATCH 3/4] [media] s5p-fimc: Add missing static storage class in fimc-core.c file Sachin Kamat
2012-05-25 17:38 ` [PATCH 4/4] [media] s5p-fimc: Add missing static storage class in fimc-capture.c file Sachin Kamat
2012-05-26  8:39 ` [PATCH 1/4] [media] s5p-fimc: Add missing static storage class in fimc-lite-reg.c file Sylwester Nawrocki
2012-05-26 14:55   ` Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox