[PATCH] Staging: iio: adc: fix sysfs files modes in ad7192.c

2016-11-22 Thread Boyan Vladinov
Fixes sysfs entries user/group modes and coding style warnings found by checkpatch.pl tool Signed-off-by: Boyan Vladinov --- drivers/staging/iio/adc/ad7192.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/iio/adc/ad7192.c b/drivers/staging/iio/adc/

Re: [PATCH] Staging: iio: adc: fix sysfs files modes in ad7192.c

2016-11-22 Thread Greg KH
On Tue, Nov 22, 2016 at 11:25:14PM -0800, Boyan Vladinov wrote: > Fixes sysfs entries user/group modes and coding style warnings > found by checkpatch.pl tool > > Signed-off-by: Boyan Vladinov > --- > drivers/staging/iio/adc/ad7192.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletion

Re: [PATCH] staging: octeon-usb: fix code style warnings

2016-11-22 Thread Greg KH
On Tue, Nov 22, 2016 at 07:17:48PM +0100, Andrea Ghittino wrote: > This patch fix two code style warnings related to "line over 80 characters" > in drivers/staging/octeon-usb/octeon-hcd.c file. > > Signed-off-by: Andrea Ghittino > --- > diff --git a/drivers/staging/octeon-usb/octeon-hcd.c > b/d

Re: [PATCH] [hv] storvsc: Payload buffer incorrectly sized for 32 bit kernels.

2016-11-22 Thread kbuild test robot
Hi Cathy, [auto build test WARNING on scsi/for-next] [also build test WARNING on v4.9-rc6 next-20161122] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Cathy-Avery/storvsc-Payload-buffer

[PATCH] storvsc: fix kzalloc-simple.cocci warnings

2016-11-22 Thread kbuild test robot
drivers/scsi/storvsc_drv.c:1500:13-20: WARNING: kzalloc should be used for payload, instead of kmalloc/memset Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule,

Re: [PATCH] Staging: media: davinci_vpfe: - Fix for memory leak if

2016-11-22 Thread Laurent Pinchart
Hi Shailendra, Thank you for the patch. I think the subject line is incomplete. On Friday 11 Nov 2016 14:21:41 Shailendra Verma wrote: > From: "Shailendra Verma" > > Fix to avoid possible memory leak if the decoder initialization > got failed.Free the allocated memory for file handle object >

Re: [PATCH] Staging: media: davinci_vpfe: fix indentation issue in vpfe_video.c

2016-11-22 Thread Laurent Pinchart
Hi Leo, Thank you for the patch, and sorry for the late reply. On Sunday 23 Oct 2016 14:02:23 Leo Sperling wrote: > This is a patch to the vpfe_video.c file that fixes an indentation > warning reported by checkpatch.pl > > Signed-off-by: Leo Sperling Acked-by: Laurent Pinchart and applied to

Re: [PATCH] [media] staging: davinci_vpfe: fix W=1 build warnings

2016-11-22 Thread Laurent Pinchart
Hi Arnd, Thank you for the patch, and sorry for the late reply. On Monday 20 Jun 2016 17:47:56 Arnd Bergmann wrote: > When building with "make W=1", we get multiple harmless build warnings > for the vpfe driver: > > drivers/staging/media/davinci_vpfe/dm365_resizer.c:241:1: error: 'static' is > n

Re: [PATCH] Staging: media: davinci_vpfe: Fix spelling error on a comment

2016-11-22 Thread Laurent Pinchart
Hi Manuel, Thank you for the patch and sorry for the late reply. On Tuesday 08 Mar 2016 01:16:06 Manuel Rodriguez wrote: > Fix spelling error on a comment, change 'wether' to 'whether' > > Signed-off-by: Manuel Rodriguez Acked-by: Laurent Pinchart and applied to my tree. I will send a pull r

Re: [PATCH] drivers: staging: media: davinci_vpfe: dm365_resizer: fixed some spelling mistakes

2016-11-22 Thread Laurent Pinchart
Hi Saatvik, Thank you for the patch, and sorry for the late reply. On Wednesday 03 Feb 2016 07:56:42 Saatvik Arya wrote: > fixed spelling mistakes which reffered to OUTPUT as OUPUT > > Signed-off-by: Saatvik Arya I've picked the patch up and applied it to my tree. I will send a pull request t

[PATCH] staging: octeon-usb: fix code style warnings

2016-11-22 Thread Andrea Ghittino
This patch fix two code style warnings related to "line over 80 characters" in drivers/staging/octeon-usb/octeon-hcd.c file. Signed-off-by: Andrea Ghittino --- diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index 9a7858a..92f3a7e 100644 --- a/driv

[PATCH] staging: octeon-usb: fix code style warnings

2016-11-22 Thread Andrea Ghittino
This patch fix two code style warnings related to "line over 80 characters" in drivers/staging/octeon-usb/octeon-hcd.c file. index 9a7858a..92f3a7e 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c +++ b/drivers/staging/octeon-usb/octeon-hcd.c @@ -2636,12 +2636,12 @@ static int cvmx_usb_poll_c

[PATCH] [hv] storvsc: Payload buffer incorrectly sized for 32 bit kernels.

2016-11-22 Thread Cathy Avery
On a 32 bit kernel sizeof(void *) is not 64 bits as hv_mpb_array requires. Also the buffer needs to be cleared or the upper bytes could contain junk. Suggested-by: Vitaly Kuznets Signed-off-by: Cathy Avery --- drivers/scsi/storvsc_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d

Re: Greybus Future

2016-11-22 Thread Alex Elder
On 10/31/2016 08:50 AM, Alex Elder wrote: > The Greybus kernel code, developed as part of Google's Project Ara, > is in the upstream Linux kernel tree (under drivers/staging). The > cancellation of that project makes the future for Greybus a bit less > certain. There is interest among the core de

Re: [PATCH 0/6] drivers/staging/greybus: add async operations

2016-11-22 Thread Johan Hovold
On Tue, Nov 22, 2016 at 01:18:21PM +, Bryan O'Donoghue wrote: > On Tue, 2016-11-22 at 13:17 +0100, Johan Hovold wrote: > > [ Resend with Greg's address fixed. ] > > > > On Mon, Nov 21, 2016 at 05:22:13PM +, Bryan O'Donoghue wrote: > > > > > > McCOY: You've got him, Jim! You've got him whe

Re: [PATCH 0/6] drivers/staging/greybus: add async operations

2016-11-22 Thread Bryan O'Donoghue
On Tue, 2016-11-22 at 13:17 +0100, Johan Hovold wrote: > [ Resend with Greg's address fixed. ] > > On Mon, Nov 21, 2016 at 05:22:13PM +, Bryan O'Donoghue wrote: > > > > McCOY: You've got him, Jim! You've got him where you want him. > Hey, I ended up watching this one last night. Funny coincid

Re: [PATCH 0/6] drivers/staging/greybus: add async operations

2016-11-22 Thread Johan Hovold
[ Resend with Greg's address fixed. ] On Mon, Nov 21, 2016 at 05:22:13PM +, Bryan O'Donoghue wrote: > McCOY: You've got him, Jim! You've got him where you want him. Hey, I ended up watching this one last night. Funny coincidence. > This patchset adds async operations to greybus-core. Rather

Re: [PATCH 0/6] drivers/staging/greybus: add async operations

2016-11-22 Thread Johan Hovold
On Mon, Nov 21, 2016 at 05:22:13PM +, Bryan O'Donoghue wrote: > McCOY: You've got him, Jim! You've got him where you want him. Hey, I ended up watching this one last night. Funny coincidence. > This patchset adds async operations to greybus-core. Rather than have > different drivers do variat