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
___
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
___
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
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
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 ++
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 +++
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
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 --
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
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
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
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
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
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
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->
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
> #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
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
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
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
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
21 matches
Mail list logo