[Spam]:You_have_been_nominated_for_the_£2_million_charity_support

2017-05-05 Thread info
You have been nominated for the charity program to support Prince Alwaleed Bin Tala, please contact: http://bit.do/2wsew for more information. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___

[Spam]:You_have_been_nominated_for_the_£2_million_charity_support

2017-05-05 Thread info
You have been nominated for the charity program to support Prince Alwaleed Bin Tala, please contact: http://bit.do/2wsew for more information. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___

Re: [PATCH] staging/media/atomisp/platform/intel-mid change spaces to tabs and comma/assignment space padding

2017-05-05 Thread Dan Carpenter
Subject is too long. On Sat, May 06, 2017 at 04:04:50AM +0300, Gideon Sheril wrote: > /* The atomisp uses type==0 for the end-of-list marker, so leave space. */ > @@ -152,13 +152,13 @@ const struct camera_af_platform_data > *camera_get_af_platform_data(void) > EXPORT_SYMBOL_GPL(camera_get_af_pl

[PATCH] staging/media/atomisp/platform/intel-mid change spaces to tabs and comma/assignment space padding

2017-05-05 Thread Gideon Sheril
atomisp_gmin_platform.c: Fix ERROR: spaces instead of tabs and comma/assignment padding error. Signed-off-by: Gideon Sheril --- .../platform/intel-mid/atomisp_gmin_platform.c | 166 ++--- 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/drivers/staging/media/a

Re: [PATCH v2 4/7] staging: rtl8723bs: Move braces to same line as conditional

2017-05-05 Thread Justin Vreeland
Bastien Nocera writes: > On Mon, 2017-05-01 at 18:52 -0600, Justin Vreeland wrote: >> Ensure checkpatch compliance >> >> > Signed-off-by: Justin Vreeland >> --- >> v2: >>   - Added commit message >>   - Fixed overly long lines >> >>  drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c | 18 ++

Re: [PATCH v2 4/7] staging: rtl8723bs: Move braces to same line as conditional

2017-05-05 Thread Justin Vreeland
Bastien Nocera writes: > On Mon, 2017-05-01 at 18:52 -0600, Justin Vreeland wrote: >> Ensure checkpatch compliance >> >> > Signed-off-by: Justin Vreeland >> --- >> v2: >>   - Added commit message >>   - Fixed overly long lines >> >>  drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c | 18 +++

[PATCH 3/3] staging: rtl8723bs: fix up for cfg80211_roamed() API change

2017-05-05 Thread Greg KH
From: Stephen Rothwell Another fixup for the wifi changes that came from that tree for the rtl8723bs driver. Signed-off-by: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 20 1 file changed, 12 insertions(+), 8 d

[PATCH 2/3] staging: rtl8723bs: merge fix for "nl80211: allow multiple active scheduled scan requests"

2017-05-05 Thread Greg KH
From: Stephen Rothwell Fix up the rtl8723bs driver for the nl80211 api change that came in from the wifi tree. Signed-off-by: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH 1/3] staging: rtl8723bs: merge fix for add/change_virtual-intf API change

2017-05-05 Thread Greg KH
From: Stephen Rothwell This fixes the add/change_virtual-intf API change that happened in the wifi tree in the rtl8723bs driver. Signed-off-by: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] media: fix one code style problem

2017-05-05 Thread Remco
From: Remco Verhoef this patch will fix one code style problem (ctx:WxE), space prohibited before that Signed-off-by: Remco Verhoef --- .../staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/m

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Greg KH
On Fri, May 05, 2017 at 11:38:38AM +0200, Alexandre Bailon wrote: > > > On 04/18/2017 01:59 PM, Greg KH wrote: > > On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: > > > Currently, the only hd controller supported by Greybus is the es2 > > > controller which only support is mainl

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Greg KH
On Fri, May 05, 2017 at 11:43:28AM +0200, Alexandre Bailon wrote: > > > + dev = device_create(gb_nl_class, NULL, major_dev, NULL, DEVICE_NAME); > > > + if (IS_ERR(dev)) { > > > + retval = PTR_ERR(dev); > > > + goto err_class_destroy; > > > + } > > What do you do with this character

Re: [PATCH v2] staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg80211.c

2017-05-05 Thread Ian W MORRISON
The following patch was sent to linux-wirel...@vger.kernel.org and various wifi driver developers however I've just realized that I should have sent it to driverdev-devel@linuxdriverproject.org. It was reviewed on 01 May with the following comment: "Patch looks good to me: Reviewed-by: Hans de Goed

[PATCH] staging: media: atomisp: fixed sparse warnings

2017-05-05 Thread Avraham Shukron
Added "static" storage class to 4 not-declared functions Signed-off-by: Avraham Shukron --- .../media/atomisp/platform/intel-mid/atomisp_gmin_platform.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/atomisp/platform/intel-mid/atomisp_gmin

Re: [PATCH] ion: hisilicon: check the right value after ion_heap_create

2017-05-05 Thread Laura Abbott
On 05/04/2017 08:32 PM, Yisheng Xie wrote: > Hi Laura, > > On 2017/5/5 1:47, Laura Abbott wrote: >> On 05/04/2017 07:45 AM, Yisheng Xie wrote: >>> From: Yisheng Xie >>> >>> It should check ipdev->heaps[i] whether it is error or null instead of >>> ipdev->heaps, after ion_heap_create() for ipdev->

[PATCH] Staging: media: s5p-cec: Fixed spelling mistake

2017-05-05 Thread Rene Hickersberger
Fixed spelling mistake of "successfully" Signed-off-by: Rene Hickersberger --- drivers/staging/media/s5p-cec/s5p_cec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/s5p-cec/s5p_cec.c b/drivers/staging/media/s5p-cec/s5p_cec.c index 2a07968..7e9ace8 100

Re: [V1] staging : media : fixed macro expansion error

2017-05-05 Thread Dan Carpenter
> #define DEFINE_SYSFS_PROPERTY(prop, signal, size, mask, check) > \ > -property_write(prop, signal size, mask, check) > \ > -property_read(prop, size, mask) > +(property_write(prop, signal size, mask, check) > \ > +prop

[V1] staging : media : fixed macro expansion error

2017-05-05 Thread Surender Polsani
enclosing complex macro expansion with parentheses is meaningfull according kernel coding style Signed-off-by: Surender Polsani --- drivers/staging/media/bcm2048/radio-bcm2048.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Alexandre Bailon
On 04/18/2017 01:59 PM, Greg KH wrote: On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: Currently, the only hd controller supported by Greybus is the es2 controller which only support is mainly a bridge between USB and UniPro. In order to use Greybus on devices that do not sup

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Alexandre Bailon
On 04/18/2017 02:01 PM, Greg KH wrote: On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: Currently, the only hd controller supported by Greybus is the es2 controller which only support is mainly a bridge between USB and UniPro. In order to use Greybus on devices that do not sup

Re: [PATCH] staging: lustre: llite: Fix variable length array warning

2017-05-05 Thread Joe Perches
On Thu, 2017-05-04 at 23:41 -0700, Guru Das Srinagesh wrote: > Fix sparse warning "warning: Variable length array is used." by using > kmalloc_array to allocate the required amount of memory instead and > kfree to deallocate memory after use. [] > diff --git a/drivers/staging/lustre/lustre/llite/xa