Re: [PATCH RFC] staging: wilc1000: give usleep_range a range

2019-04-08 Thread Nicholas Mc Guire
On Mon, Apr 08, 2019 at 09:10:00PM +, adham.aboza...@microchip.com wrote: > Hi Nicholas > > On 4/6/19 5:01 AM, Nicholas Mc Guire wrote: > > External E-Mail > > > > > > Someone that knows the motivation for setting the time to 2 millisecond > > might need to check if the 2 milliseconds where se

Re: [PATCH RFC] staging: wilc1000: give usleep_range a range

2019-04-08 Thread Adham.Abozaeid
Hi Nicholas On 4/6/19 5:01 AM, Nicholas Mc Guire wrote: > External E-Mail > > > Someone that knows the motivation for setting the time to 2 millisecond > might need to check if the 2 milliseconds where seen as tollerable max or > min - I'm assuming it was the min so extending. 2 msec is the time

Re: [PATCH RFC] staging: wilc1000: give usleep_range a range

2019-04-08 Thread Adham.Abozaeid
Hi Nicholas On 4/6/19 5:01 AM, Nicholas Mc Guire wrote: > External E-Mail > > > usleep_range() is called in non-atomic context so there is little point > in setting min==max the jitter of hrtimer is determined by interruptions > anyway. usleep_range can only perform the intended coalescence if som

partnership!!

2019-04-08 Thread Mr. Sam
My Message Good day, I´m Sam from Hong Kong. I have a business & private offer from the top executive to seek your partnership in re-profiling some offshore funds for investment purpose in your country Reply back to my email samtsi...@yandex.com for more detail's. Regards, Sam Email: samtsi

[PATCH] staging: zoran: "foo * bar" should be "foo *bar"

2019-04-08 Thread Felipe Estrada-Solano
This patch fixes the checkpatch.pl error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Felipe Estrada-Solano --- drivers/staging/media/zoran/zoran.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/zoran/zoran.h b/drivers/staging/media/zoran/zo

Re: [PATCH] staging: gdm724x: Add parenthesis to Macro arguments

2019-04-08 Thread Andre
Hi Greg, thanks for replying. On 03/04/2019 01:26, Greg KH wrote: > On Tue, Apr 02, 2019 at 10:04:05PM -0300, Andre Dainez wrote: >> Fix checkpatch errors: >> >> CHECK: Macro argument 'len' may be better as '(len)' to avoid precedence >> issues >> CHECK: Macro argument 'nlh' may be better as '(nl

Re: [PATCH] staging: iio: cdc: ad7746: Replace bitshift by BIT

2019-04-08 Thread Joe Perches
On Wed, 2019-04-03 at 17:45 -0300, Lucas Oshiro wrote: > Replace bitshifts on lines 54, 56 and 78 of ad7746.c. checkpatch is not something that should be followed blindly. Look at the shifted blocks and determine if you think it was better before your proposed change. > diff --git a/drivers/stag

Hello Dear

2019-04-08 Thread Jack
Hello dear, i hope this letter meets you well? my name is Jack, I know this may seem inappropriate so i ask for your forgiveness, i wish to get to know you better, if I may be so bold. I consider myself an easy-going man, adventurous, honest and fun loving person but I am currently looking for a

Re: [PATCH] media: cedrus: Fix initialization order

2019-04-08 Thread Paul Kocialkowski
Hi, Le dimanche 07 avril 2019 à 20:47 +0200, Jernej Skrabec a écrit : > Currently, MEDIA_IOC_G_TOPOLOGY ioctl on cedrus fails due to incorrect > initialization order. Fix that by moving video_register_device() before > v4l2_m2m_register_media_controller() and while at it, fix error path. > > Repo