Re: [PATCH 1/3] iio: ti_am335x_adc: fix static in function header

2013-09-26 Thread Zubair Lutfullah :
On Sun, Sep 22, 2013 at 07:03:53PM +0100, Jonathan Cameron wrote: > On 09/22/13 09:20, Zubair Lutfullah wrote: > > Static is missing in function header. Corrected. > > > > Signed-off-by: Zubair Lutfullah > Applied to the togreg branch of iio.git > > As you've probably gathered, a run of sparse

Re: [PATCH 1/3] iio: ti_am335x_adc: fix static in function header

2013-09-26 Thread Zubair Lutfullah :
On Sun, Sep 22, 2013 at 07:03:53PM +0100, Jonathan Cameron wrote: On 09/22/13 09:20, Zubair Lutfullah wrote: Static is missing in function header. Corrected. Signed-off-by: Zubair Lutfullah zubair.lutful...@gmail.com Applied to the togreg branch of iio.git As you've probably gathered,

Re: [PATCH 1/3] iio: ti_am335x_adc: fix static in function header

2013-09-22 Thread Jonathan Cameron
On 09/22/13 09:20, Zubair Lutfullah wrote: > Static is missing in function header. Corrected. > > Signed-off-by: Zubair Lutfullah Applied to the togreg branch of iio.git As you've probably gathered, a run of sparse on your code before posting is a great way to pick up on little things like

[PATCH 1/3] iio: ti_am335x_adc: fix static in function header

2013-09-22 Thread Zubair Lutfullah
Static is missing in function header. Corrected. Signed-off-by: Zubair Lutfullah --- drivers/iio/adc/ti_am335x_adc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c index 5287bff..91dce1f 100644 ---

[PATCH 1/3] iio: ti_am335x_adc: fix static in function header

2013-09-22 Thread Zubair Lutfullah
Static is missing in function header. Corrected. Signed-off-by: Zubair Lutfullah zubair.lutful...@gmail.com --- drivers/iio/adc/ti_am335x_adc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c index

Re: [PATCH 1/3] iio: ti_am335x_adc: fix static in function header

2013-09-22 Thread Jonathan Cameron
On 09/22/13 09:20, Zubair Lutfullah wrote: Static is missing in function header. Corrected. Signed-off-by: Zubair Lutfullah zubair.lutful...@gmail.com Applied to the togreg branch of iio.git As you've probably gathered, a run of sparse on your code before posting is a great way to pick up on