[PATCH v2] speakup: misc: Use dynamic minor numbers for speakup devices

2020-03-24 Thread Zhenzhong Duan
Arnd notes in the link: | To clarify: the only numbers that I think should be changed to dynamic | allocation are for drivers/staging/speakup. While this is a fairly old | subsystem, I would expect that it being staging means we can be a | little more progressive with the changes. This

I await your reply soonest.

2020-03-24 Thread info
Dear Friend, How are you and your entire family? I hope you and your entire family are doing everything possible to stay safe and protected from the coronavirus pandemic. I am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly looking for an investment opportunity in your coun

I await your reply soonest.

2020-03-24 Thread info
Dear Friend, How are you and your entire family? I hope you and your entire family are doing everything possible to stay safe and protected from the coronavirus pandemic. I am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly looking for an investment opportunity in your coun

I await your reply soonest.

2020-03-24 Thread info
Dear Friend, How are you and your entire family? I hope you and your entire family are doing everything possible to stay safe and protected from the coronavirus pandemic. I am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly looking for an investment opportunity in your coun

Pls read my message

2020-03-24 Thread B. Zanjani
My Name is Bahar Zanjani Siblings to 45 years old Babak Morteza Zanjani an Iranian billionaire and business magnate apprehended on 2013 sentenced to death penalty and partner to Jailed Iranian Diplomat Ali Reza Monfared. My siblings Babak Morteza Zanjani was the managing director of the UAE-base

Pls read my message

2020-03-24 Thread B. Zanjani
My Name is Bahar Zanjani Siblings to 45 years old Babak Morteza Zanjani an Iranian billionaire and business magnate apprehended on 2013 sentenced to death penalty and partner to Jailed Iranian Diplomat Ali Reza Monfared. My siblings Babak Morteza Zanjani was the managing director of the UAE-base

Pls read my message

2020-03-24 Thread B. Zanjani
My Name is Bahar Zanjani Siblings to 45 years old Babak Morteza Zanjani an Iranian billionaire and business magnate apprehended on 2013 sentenced to death penalty and partner to Jailed Iranian Diplomat Ali Reza Monfared. My siblings Babak Morteza Zanjani was the managing director of the UAE-base

[staging:staging-testing] BUILD SUCCESS 4a1a3e9bf5654e98bb48f5b074af17af96ded30d

2020-03-24 Thread kbuild test robot
randconfig-a001-20200324 x86_64 randconfig-a002-20200324 x86_64 randconfig-a003-20200324 i386 randconfig-a001-20200324 i386 randconfig-a002-20200324 i386 randconfig-a003-20200324 alpharandconfig

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Dan Carpenter
On Tue, Mar 24, 2020 at 04:21:47PM +0100, Bastien Nocera wrote: > On Tue, 2020-03-24 at 16:20 +0100, Greg Kroah-Hartman wrote: > > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > > > Make it possible to disable the LED, as it can be pretty annoying > > > depending on where it's lo

Re: [PATCH 0/2] staging: vt6656: change function from always returning 0 to void

2020-03-24 Thread Dan Carpenter
Fold these two patches together so its just one patch. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: vt6656: Use DIV_ROUND_UP macro instead of specific code

2020-03-24 Thread Oscar Carter
On Mon, Mar 23, 2020 at 11:42:00AM +0100, Greg Kroah-Hartman wrote: > On Sun, Mar 22, 2020 at 12:23:42PM +0100, Oscar Carter wrote: > > Use DIV_ROUND_UP macro instead of specific code with the same purpose. > > Also, remove the unused variables. > > > > Signed-off-by: Oscar Carter > > --- > > dri

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Greg Kroah-Hartman
On Tue, Mar 24, 2020 at 04:21:47PM +0100, Bastien Nocera wrote: > On Tue, 2020-03-24 at 16:20 +0100, Greg Kroah-Hartman wrote: > > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > > > Make it possible to disable the LED, as it can be pretty annoying > > > depending on where it's lo

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Greg Kroah-Hartman
On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > Make it possible to disable the LED, as it can be pretty annoying > depending on where it's located. > > See also https://github.com/lwfinger/rtl8188eu/pull/304 for the > out-of-tree version. > > Signed-off-by: Bastien Nocera > --

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Bastien Nocera
On Tue, 2020-03-24 at 16:20 +0100, Greg Kroah-Hartman wrote: > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > > Make it possible to disable the LED, as it can be pretty annoying > > depending on where it's located. > > > > See also https://github.com/lwfinger/rtl8188eu/pull/304

Re: [RESEND PATCH v5 0/3] staging: most: move core module out of staging

2020-03-24 Thread Christian.Gromm
On Tue, 2020-03-24 at 13:44 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Tue, Mar 10, 2020 at 02:02:39PM +0100, Christian Gromm wrote: > > v2: > > Reported-by: Greg Kroah-Hartman > > - use -M option to create p

[PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Bastien Nocera
Make it possible to disable the LED, as it can be pretty annoying depending on where it's located. See also https://github.com/lwfinger/rtl8188eu/pull/304 for the out-of-tree version. Signed-off-by: Bastien Nocera --- drivers/staging/rtl8188eu/core/rtw_led.c | 6 ++ drivers/staging/rtl

Re: [PATCH v2] staging: vt6656: Use ARRAY_SIZE instead of hardcoded size

2020-03-24 Thread Dan Carpenter
On Tue, Mar 24, 2020 at 09:54:56AM +, Quentin Deslandes wrote: > On 03/18/20 18:40:15, Oscar Carter wrote: > > Use ARRAY_SIZE to replace the hardcoded size so we will never have a > > mismatch. > > > > Signed-off-by: Oscar Carter > > --- > > Changelog v1 -> v2 > > - Use ARRAY_SIZE(priv->cck_p

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Bastien Nocera
On Tue, 2020-03-24 at 13:48 +0100, Greg Kroah-Hartman wrote: > > Huh? Why not fix this properly, as that's the only way this driver > is > ever going to be fixed up correctly and get out of staging at all. Because, unfortunately, I have limited free time. __

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Greg Kroah-Hartman
On Tue, Mar 24, 2020 at 01:38:53PM +0100, Bastien Nocera wrote: > On Tue, 2020-03-24 at 13:32 +0100, Greg Kroah-Hartman wrote: > > On Tue, Mar 24, 2020 at 12:47:01PM +0100, Bastien Nocera wrote: > > > On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote: > > > > On Tue, Mar 24, 2020 at 11:36

Re: [RESEND PATCH v5 0/3] staging: most: move core module out of staging

2020-03-24 Thread Greg KH
On Tue, Mar 10, 2020 at 02:02:39PM +0100, Christian Gromm wrote: > v2: > Reported-by: Greg Kroah-Hartman > - use -M option to create patches > v3: > Reported-by: Greg Kroah-Hartman > - fix date range in comment section of core.c > - move code to free up memory to release f

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Bastien Nocera
On Tue, 2020-03-24 at 13:32 +0100, Greg Kroah-Hartman wrote: > On Tue, Mar 24, 2020 at 12:47:01PM +0100, Bastien Nocera wrote: > > On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote: > > > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > > > > Make it possible to disable t

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Greg Kroah-Hartman
On Tue, Mar 24, 2020 at 12:47:01PM +0100, Bastien Nocera wrote: > On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote: > > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > > > Make it possible to disable the LED, as it can be pretty annoying > > > depending on where it's lo

Re: [PATCH v2] staging: vt6656: Use ARRAY_SIZE instead of hardcoded size

2020-03-24 Thread Quentin Deslandes
On 03/18/20 18:40:15, Oscar Carter wrote: > Use ARRAY_SIZE to replace the hardcoded size so we will never have a > mismatch. > > Signed-off-by: Oscar Carter > --- > Changelog v1 -> v2 > - Use ARRAY_SIZE(priv->cck_pwr_tbl) everywhere instead of introducing a new > variable to hold its value. >

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Bastien Nocera
On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote: > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > > Make it possible to disable the LED, as it can be pretty annoying > > depending on where it's located. > > > > See also https://github.com/lwfinger/rtl8188eu/pull/304

Re: [PATCH resend 3] staging: rtl8188eu: Add rtw_led_enable module parameter

2020-03-24 Thread Greg Kroah-Hartman
On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote: > Make it possible to disable the LED, as it can be pretty annoying > depending on where it's located. > > See also https://github.com/lwfinger/rtl8188eu/pull/304 for the > out-of-tree version. > > Signed-off-by: Bastien Nocera > --

Re: [PATCH 1/2] staging: vt6656: remove unneeded variable: ret

2020-03-24 Thread Quentin Deslandes
On 03/23/20 23:45:44, John B. Wyatt IV wrote: > vnt_mac_reg_bits_off(priv, MAC_REG_GPIOCTL1, GPIO3_INTMD); This function, and all the functions called in vnt_radio_power_on() returns a value, why don't you catch it and act accordingly (forward error code for example) instead of silencing it?