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 a...@android.com wrote: On Wed, Dec 11, 2013 at 10:10 AM, Octavian Purdila octavian.purd...@intel.com wrote: On Wed, Dec 11, 2013 at 5:21 AM, Arve Hjønnevåg a...@android.com wrote: Assuming you are talking about a kernel compat layer that

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 hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org ---

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 standby2...@gmail.com --- 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

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 octavian.purd...@intel.com wrote: On Thu, Dec 12, 2013 at 1:00 AM, Arve Hjønnevåg a...@android.com wrote: On Wed, Dec 11, 2013 at 10:10 AM, Octavian Purdila octavian.purd...@intel.com wrote: On Wed, Dec 11, 2013 at 5:21 AM, Arve Hjønnevåg