Re: [PATCH v1 9/9] staging: android: binder: Add binder compat layer

2013-12-12 Thread Octavian Purdila
On Thu, Dec 12, 2013 at 1:00 AM, Arve Hjønnevåg wrote: > On Wed, Dec 11, 2013 at 10:10 AM, Octavian Purdila > wrote: >> On Wed, Dec 11, 2013 at 5:21 AM, Arve Hjønnevåg wrote: >>> >>> Assuming you are talking about a kernel compat layer that translates >>> the flat_binder_object structs as they p

Re: [PATCH] staging: comedi: addi_apci_1032: fix subdevice type/flags bug

2013-12-12 Thread Ian Abbott
On 2013-12-09 23:06, H Hartley Sweeten wrote: The SDF_CMD_READ should be one of the s->subdev_flags not part of the s->type. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/addi_apci_1032.c | 4 ++-- 1 file changed, 2 insertions(+),

Re: [PATCH] staging: comedi: ni_at_a2150: fix an always true condition test

2013-12-12 Thread Ian Abbott
On 2013-12-09 18:32, H Hartley Sweeten wrote: As pointed out by the kbuild test robot, and Ian Abbott, the dma >= 0 test is always true because dma is unsigned. This generates a warn message: drivers/staging/comedi/drivers/ni_at_a2150.c:715 a2150_attach() warn: always true condition '(dma >=

Re: [PATCH] staging: comedi: ni_at_a2150: fix an always true condition test

2013-12-12 Thread Ian Abbott
On 2013-12-12 10:21, Ian Abbott wrote: On 2013-12-09 18:32, H Hartley Sweeten wrote: As pointed out by the kbuild test robot, and Ian Abbott, the dma >= 0 test is always true because dma is unsigned. This generates a warn message: drivers/staging/comedi/drivers/ni_at_a2150.c:715 a2150_attach()

[PATCH] staging: keucr: Fix typo in keucr driver

2013-12-12 Thread Masanari Iida
Correct spelling typo in comment and printk. Signed-off-by: Masanari Iida --- drivers/staging/keucr/smcommon.h | 2 +- drivers/staging/keucr/smil.h | 2 +- drivers/staging/keucr/smilecc.c | 2 +- drivers/staging/keucr/smilmain.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff

Re: [PATCH v1 9/9] staging: android: binder: Add binder compat layer

2013-12-12 Thread Arve Hjønnevåg
On Thu, Dec 12, 2013 at 12:45 AM, Octavian Purdila wrote: > On Thu, Dec 12, 2013 at 1:00 AM, Arve Hjønnevåg wrote: >> On Wed, Dec 11, 2013 at 10:10 AM, Octavian Purdila >> wrote: >>> On Wed, Dec 11, 2013 at 5:21 AM, Arve Hjønnevåg wrote: Assuming you are talking about a kernel compat