Re: [PATCH] staging: panel: use schedule_timeout_interruptible()

2015-05-29 Thread Willy Tarreau
ies which handles all > corner-cases correctly, was used. > > Patch was compile tested with x86_64_defconfig + CONFIG_STAGING=y, > CONFIG_PARPORT=m, CONFIG_PANEL=m > > Signed-off-by: Nicholas Mc Guire Acked-by: Willy Tarreau > --- > Patch is against 4.1-rc5 (localversion-nex

Re: [PATCH] staging: dgnc: remove unwanted else block

2015-05-29 Thread Sudip Mukherjee
On Fri, May 29, 2015 at 08:16:21AM +, Gujulan Elango, Hari Prasath (H.) wrote: > Remove the unwanted else block something is wrong. This patch is also not applying. I am on staging-testing. regards sudip ___ devel mailing list de...@linuxdriverproj

Re: [PATCH 05/16] staging: wilc1000: remove time wrapper

2015-05-29 Thread Sudip Mukherjee
On Fri, May 29, 2015 at 10:52:16PM +0200, Arnd Bergmann wrote: > The abstraction for time in this driver is completely > unused, so remove it. > > Signed-off-by: Arnd Bergmann > --- > drivers/staging/wilc1000/wilc_osconfig.h | 1 - > drivers/staging/wilc1000/wilc_oswrapper.h | 5 - > driver

Re: [PATCH 14/16] staging: wilc1000: remove semaphore wrapper

2015-05-29 Thread Sudip Mukherjee
On Fri, May 29, 2015 at 10:52:25PM +0200, Arnd Bergmann wrote: > The various semaphore functions all directly translate into > sema_init(), down() and up(), so we can just remove the API. > > This is a mostly automated conversion using simple sed scripts, > plus some manual changes to account for

Re: [PATCH v2 2/3] staging: iio_simple_dummy: fix return types

2015-05-29 Thread Sudip Mukherjee
On Sat, May 30, 2015 at 12:45:22AM +0300, Vladimirs Ambrosovs wrote: > The functions iio_dummy_remove(), iio_simple_dummy_events_unregister() and > iio_dummy_evgen_release_irq() were changed to return void instead of int, > because these functions always return 0. > > Signed-off-by: Vladimirs Amb

<    1   2