Re: [PATCH] Staging: comedi: drivers: comedi_test: Avoid multiple line dereference

2017-02-22 Thread Valentin Rothberg
On Feb 21 '17 09:22, Joe Perches wrote: > On Wed, 2017-02-22 at 00:31 +0800, Cheah Kok Cheong wrote: > > > Another option could be using the typedefs from include/linux/types.h, > > > e.g. ushort. However, this might require changing other declarations as > > > well to keep consistency. > > > > T

Re: [PATCH] Staging: comedi: drivers: comedi_test: Avoid multiple line dereference

2017-02-21 Thread Valentin Rothberg
On Feb 21 '17 10:12, Ian Abbott wrote: > On 21/02/2017 09:33, Cheah Kok Cheong wrote: > > On Mon, Feb 20, 2017 at 05:36:52PM +, Ian Abbott wrote: > > > On 20/02/17 16:02, Cheah Kok Cheong wrote: > > > > On Mon, Feb 20, 2017 at 10:03:39AM +, Ian Abbott wrote: > > > > > On 20/02/17 08:28, Che

[PATCH] staging: unisys: cleanup UNISYS_VISORUTIL

2015-05-14 Thread Valentin Rothberg
Commit 53490b545cb0 ("staging: unisys: move periodic_work.c into the visorbus directory") removed the Kconfig option UNISYS_VISORUTIL, but left one reference in a Kconfig select. Remove this last reference. Signed-off-by: Valentin Rothberg --- drivers/staging/unisys/visorchannel/K

[PATCH] staging: I2O cleanup

2015-05-14 Thread Valentin Rothberg
Remove the last reference on menuconfig I20 that has been removed by commit 4a72a7af462d ("staging: remove i2o subsystem"). Signed-off-by: Valentin Rothberg --- drivers/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/Makefile b/drivers/Makefile index 46

Re: staging: remove i2o subsystem: some leftovers

2015-05-14 Thread Valentin Rothberg
Hi Greg, On Thu, May 14, 2015 at 2:54 PM, Greg KH wrote: > On Thu, May 14, 2015 at 01:37:04PM +0200, Valentin Rothberg wrote: >> Hi Greg, >> >> your commit 4a72a7af462d ("staging: remove i2o subsystem") is in >> today's linux-next tree (i.e., next-2015

staging: remove i2o subsystem: some leftovers

2015-05-14 Thread Valentin Rothberg
Hi Greg, your commit 4a72a7af462d ("staging: remove i2o subsystem") is in today's linux-next tree (i.e., next-20150514) and it removes the menuconfig I2O, but leaves the following line untouched: drivers/Makefile:101:obj-$(CONFIG_I2O) += message/ Can this line and the folder be removed

staging: unisys:

2015-05-11 Thread Valentin Rothberg
Hi Erik, your commit 53490b545cb0 ("staging: unisys: move periodic_work.c into the visorbus directory") is in today's linux-next tree (i.e., next-20150511). The commit removes the Kconfig option UNISYS_VISORUTIL but leaves one select untouched turning it into a nop, see: drivers/staging/unisys/v