Re: [PATCH 1/1] [media] s5p-fimc: Add missing static storage class

2012-06-18 Thread Mauro Carvalho Chehab
Em 11-06-2012 01:27, Sachin Kamat escreveu: > On 28/05/2012, Sylwester Nawrocki wrote: >> On 05/26/2012 05:11 PM, Sachin Kamat wrote: >>> Fixes the following sparse warnings: >> >> Hi Sachin. Thanks, in case somebody else applies this patch >> before I do: >> Acked-by: Sylwester Nawrocki >> > >

Re: [PATCH 1/1] [media] s5p-fimc: Add missing static storage class

2012-06-10 Thread Sachin Kamat
On 28/05/2012, Sylwester Nawrocki wrote: > On 05/26/2012 05:11 PM, Sachin Kamat wrote: >> Fixes the following sparse warnings: > > Hi Sachin. Thanks, in case somebody else applies this patch > before I do: > Acked-by: Sylwester Nawrocki > Thanks Sylwester. > I would just change the summary line

Re: [PATCH 1/1] [media] s5p-fimc: Add missing static storage class

2012-05-27 Thread Sylwester Nawrocki
On 05/26/2012 05:11 PM, Sachin Kamat wrote: > Fixes the following sparse warnings: Hi Sachin. Thanks, in case somebody else applies this patch before I do: Acked-by: Sylwester Nawrocki I would just change the summary line to: "s5p-fimc: Add missing static storage class specifiers" when applying

[PATCH 1/1] [media] s5p-fimc: Add missing static storage class

2012-05-26 Thread Sachin Kamat
Fixes the following sparse warnings: 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? drivers/media/video/s5p-fimc/fimc-mdevice.c:183:5: warning: symbol '__fimc_pipeline_shutdown' was not declared. Should it be st