[PATCH] staging/lustre: Make nrs_policy_get_info_locked() static

2015-10-02 Thread Rocco Folino
This patch fixes the warning generated by sparse: "symbol 'nrs_policy_get_info_locked' was not declared. Should it be static?" by declaring the function static. Signed-off-by: Rocco Folino --- drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 2 +- 1 file change

[PATCH] staging: gs_fpgaboot: Fixed code style issues

2014-04-02 Thread Rocco Folino
Fixed missing a blank line after declarations warning Signed-off-by: Rocco Folino --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 2 +- drivers/staging/gs_fpgaboot/io.c | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c

[PATCH] staging: octeon-usb: Fixed code style issues

2014-03-31 Thread Rocco Folino
Fixed bit fields code style issues Signed-off-by: Rocco Folino --- drivers/staging/octeon-usb/octeon-hcd.h | 486 1 file changed, 243 insertions(+), 243 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h

[PATCH] staging/most: Use NULL instead of plain integer for pointer

2015-08-21 Thread Rocco Folino
This patch fixes the warning generated by sparse: "Using plain integer as NULL pointer" by replacing 0s with NULL. Signed-off-by: Rocco Folino --- drivers/staging/most/aim-network/networking.c | 2 +- drivers/staging/most/aim-v4l2/video.c | 2 +- drivers/staging/most/hdm-dim2/

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Rocco Folino
On Wed, Sep 06, 2017 at 01:14:35PM +0200, Ralf Baechle wrote: > On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > > > Allow to choose devicetrees from Kconfig. > > > > Signed-off-by: Rocco Folino > > --- > >

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Rocco Folino
On Wed, Sep 06, 2017 at 02:20:05PM +0200, Alban wrote: > On Wed, 6 Sep 2017 13:14:35 +0200 > Ralf Baechle wrote: > > > On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > > > > > Allow to choose devicetrees from Kconfig. > > > > > >

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Rocco Folino
On Wed, Sep 06, 2017 at 03:35:43PM +0200, Alban wrote: > On Wed, 6 Sep 2017 14:32:00 +0200 > Rocco Folino wrote: > > > On Wed, Sep 06, 2017 at 02:20:05PM +0200, Alban wrote: > > > On Wed, 6 Sep 2017 13:14:35 +0200 > > > Ralf Baechle wrote: > > >

[PATCH] MIPS: ath79: support devicetree selection

2017-08-18 Thread Rocco Folino
Allow to choose devicetrees from Kconfig. Signed-off-by: Rocco Folino --- arch/mips/ath79/Kconfig | 44 + arch/mips/boot/dts/qca/Makefile | 10 +- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/arch/mips/ath79/Kconfig b