[PATCH] Staging: pi433 - fix ccheckpatch issue, updated include line.

2017-12-29 Thread Derek Robson
Updated the include of compat.h to fix checkpatch error Signed-off-by: Derek Robson --- drivers/staging/pi433/pi433_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c index 1d7c50c1ac23..0555c76cea49 100644

RE: ATTENTION!!!

2017-12-29 Thread Loretta Robles
From: Loretta Robles Sent: Friday, December 29, 2017 1:01 PM To: Loretta Robles Subject: ATTENTION!!! You have been randomly selected for a donation. Contact soriz4...@gmail.com for claims. ___ devel mailing list de...@

[PATCH] staging: most: convert macro to static function

2017-12-29 Thread George Edward Bulmer
This fixes checkpatch warning: CHECK: Macro argument reuse 'buf' - possible side effects? Signed-off-by: George Edward Bulmer --- drivers/staging/most/net/net.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/most/net/net.c b/drivers/staging/most/

Re: [PATCH 2/2] Staging: most: aim-sound: sound.c: removed unnecessary parentheses

2017-12-29 Thread Philippe Loctaux
On Fri, Dec 29, 2017 at 02:19:56AM +0300, Ozgur wrote: > I think this patch is not good, the code will not work. Please should > understand in && operator and () why used with C. hi, this patch should work, since it compiles and passes checkpatch. the reason why i removed the () is because of th

Re: PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop

2017-12-29 Thread Alexandru Chirvasitu
On Fri, Dec 29, 2017 at 02:09:40PM +0100, Thomas Gleixner wrote: > On Fri, 29 Dec 2017, Alexandru Chirvasitu wrote: > > All right, I tried to do some more digging around, in the hope of > > getting as close to the source of the problem as I can. > > > > I went back to the very first commit that we

Re: PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop

2017-12-29 Thread Thomas Gleixner
On Fri, 29 Dec 2017, Alexandru Chirvasitu wrote: > All right, I tried to do some more digging around, in the hope of > getting as close to the source of the problem as I can. > > I went back to the very first commit that went astray for me, 2db1f95 > (which is the only one actually panicking), and

[PATCH] staging: android: check for error from register_shrinker in ion_heap_init_shrinker

2017-12-29 Thread Xiongwei Song
The function register_shrinker in ion_heap_init_shrinker may return an error, check it out. Meanwhile, ion_heap_init_shrinker has to a return value. Signed-off-by: Xiongwei Song --- drivers/staging/android/ion/ion.c | 8 ++-- drivers/staging/android/ion/ion.h | 2 +- drivers/stagin

Re: PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop

2017-12-29 Thread Alexandru Chirvasitu
On Fri, Dec 29, 2017 at 06:49:15AM -0500, Alexandru Chirvasitu wrote: > All right, I tried to do some more digging around, in the hope of > getting as close to the source of the problem as I can. > > I went back to the very first commit that went astray for me, 2db1f95 > (which is the only one act

Re: [PATCH 2/2] staging: iio: add spaces around '-' operator

2017-12-29 Thread Jonathan Cameron
On Thu, 28 Dec 2017 07:07:17 +0100 (CET) Julia Lawall wrote: > On Wed, 27 Dec 2017, Ji-Hun Kim wrote: > > > Clean up checkpatch warning: > > CHECK: spaces preferred around that '-' (ctx:VxV) > > > > Signed-off-by: Ji-Hun Kim > > --- > > drivers/staging/iio/adc/ad7192.c | 2 +- > > 1 file chang

Re: [PATCH 1/2] staging: iio: remove unnecessary parentheses

2017-12-29 Thread Jonathan Cameron
On Wed, 27 Dec 2017 18:47:18 -0800 Ji-Hun Kim wrote: > Clean up checkpatch warning: > CHECK: Unnecessary parentheses around 'st->devid != ID_AD7195' > > Signed-off-by: Ji-Hun Kim I've personally never really cared about this particular one as removing the brackets doesn't make the code easier t

Re: PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop

2017-12-29 Thread Alexandru Chirvasitu
All right, I tried to do some more digging around, in the hope of getting as close to the source of the problem as I can. I went back to the very first commit that went astray for me, 2db1f95 (which is the only one actually panicking), and tried to move from its parent 90ad9e2 (that boots fine) to

[PATCH] android: binder: Prefer __func__ to using hardcoded function name

2017-12-29 Thread Elad Wexler
Coding style fixup Signed-off-by: Elad Wexler --- drivers/android/binder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index bccec9d..a66ad3d 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -4

Re: PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop

2017-12-29 Thread Thomas Gleixner
On Thu, 28 Dec 2017, Alexandru Chirvasitu wrote: > On Fri, Dec 29, 2017 at 12:36:37AM +0100, Thomas Gleixner wrote: > > On Thu, 28 Dec 2017, Alexandru Chirvasitu wrote: > > > > > Attached, but heads up on this: when redirecting the output of lspci > > > -vvv to a text file as root I get > > > > >