Fixed a coding style issue.
Signed-off-by: Shreeya Patel
---
drivers/staging/rtl8723bs/core/rtw_btcoex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c
b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
index 3c5cb78..01f78d1 100644
--
On Wed, Jul 05, 2017 at 10:01:09AM +0500, Aleksey Rybalkin wrote:
> On Tue, Jul 04, 2017 at 10:28:10AM +0200, Johan Hovold wrote:
> > On Tue, Jul 04, 2017 at 11:47:51AM +0530, Viresh Kumar wrote:
> > > + Greg
> > >
> > > On 03-07-17, 23:27, Aleksey Rybalkin wrote:
> > > > According to checkpatch w
Fixes the following checkpatch errors:
- open brace '{' following enum go on the same line
- space required after that close brace '}'
Signed-off-by: Lukasz Faber
---
drivers/staging/rtl8192u/r8192U_hw.h | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/drivers/stag
Someone already sent that. You could be working against linux-next or
staging-next.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
The warning below is resolved by casting the LHS to __le32.
typec/tcpm.c:1019:49: warning: incorrect type in assignment (different base
types)
typec/tcpm.c:1019:49:expected unsigned int [unsigned] [usertype]
typec/tcpm.c:1019:49:got restricted __le32 [usertype]
Signed-off-by: Thomas Ga
On 07/05/2017 07:00 AM, Thomas Gardner wrote:
The warning below is resolved by casting the LHS to __le32.
typec/tcpm.c:1019:49: warning: incorrect type in assignment (different base
types)
typec/tcpm.c:1019:49:expected unsigned int [unsigned] [usertype]
typec/tcpm.c:1019:49:got restric
Use rlimit() helper instead of manually writing whole
chain from current task to rlim_cur
Signed-off-by: Krzysztof Opasiak
---
drivers/android/binder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index aae4d8d4be36..d802
On Wed, Jul 05, 2017 at 09:13:16AM -0700, Todd Kjos wrote:
> Yes, this one back to 4.4. 01/37 should go to 4.9 (its not in 4.4).
Great, if this gets a respin, can you add it? If not, I'll try to
remember it :)
thanks,
greg k-h
___
devel mailing list
d
On Wed, Jul 05, 2017 at 09:08:48AM -0700, Todd Kjos wrote:
> It is reverted here because if we keep it, it would need to be refactored as
> part of this patchset since vma_vm_mm is no longer in struct binder_proc
> (moved
> to binder_alloc). The patch introduces a race condition in the driver and
On Tue, Jul 04, 2017 at 02:59:42PM -0700, Stephen Hemminger wrote:
> On Sun, 2 Jul 2017 16:38:19 -0500
> Bjorn Helgaas wrote:
>
> > On Wed, Jun 28, 2017 at 04:22:04PM -0700, Stephen Hemminger wrote:
> > > When Intel 10G (ixgbevf) is passed to a Hyper-V guest with SR-IOV,
> > > the driver requests
On Wed, 5 Jul 2017 14:49:33 -0500
Bjorn Helgaas wrote:
> On Tue, Jul 04, 2017 at 02:59:42PM -0700, Stephen Hemminger wrote:
> > On Sun, 2 Jul 2017 16:38:19 -0500
> > Bjorn Helgaas wrote:
> >
> > > On Wed, Jun 28, 2017 at 04:22:04PM -0700, Stephen Hemminger wrote:
> > > > When Intel 10G (ixg
This reverts commit a906d6931f3ccaf7de805643190765ddd7378e27.
Signed-off-by: Todd Kjos
---
drivers/android/binder.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index aae4d8d4be36..157bd3e49ff4 100644
--- a/drivers/android/binder.c
+
This reverts commit a906d6931f3ccaf7de805643190765ddd7378e27.
The patch introduced a race in the binder driver. An attempt to fix the
race was submitted in "[PATCH v2] android: binder: fix dangling pointer
comparison", however the conclusion in the discussion for that patch
was that the original p
Guenter Roeck / 2017-07-05T07:25-0700
> On 07/05/2017 07:00 AM, Thomas Gardner wrote:
> > The warning below is resolved by casting the LHS to __le32.
> >
> > typec/tcpm.c:1019:49: warning: incorrect type in assignment (different base
> > types)
> > typec/tcpm.c:1019:49:expected unsigned int [
14 matches
Mail list logo