Re: staging: vt6655: Fix memory leak in vt6655_probe

2019-10-05 Thread Markus Elfring
>>> In vt6655_probe, if vnt_init() fails the cleanup code needs to be called >>> like other error handling cases. The call to device_free_info() is >>> added. >> >> Please improve this change description. > > It is fine as-is, please do not confuse people. Would you like to clarify a known guideli

[PATCH] staging: greybus: add blank line after declarations

2019-10-05 Thread Gabriela Bittencourt
Fix CHECK: add blank line after declarations Signed-off-by: Gabriela Bittencourt --- drivers/staging/greybus/control.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h index 3a29ec05f631..5a45d55349a1 100644 --- a/drivers/

Re: [PATCH] staging: vt6655: Fix memory leak in vt6655_probe

2019-10-05 Thread Greg Kroah-Hartman
On Sat, Oct 05, 2019 at 06:30:13PM +0200, Markus Elfring wrote: > > In vt6655_probe, if vnt_init() fails the cleanup code needs to be called > > like other error handling cases. The call to device_free_info() is > > added. > > Please improve this change description. It is fine as-is, please do no

Happy to inform you, CONTACT WALMART TRANSFER To pick up $8000.00 sent to you this morning.

2019-10-05 Thread DR.Mike Benz
Attn Dear Beneficiary. Happy to inform you, CONTACT WALMART TRANSFER To pick up $8000.00 sent to you this morning. I have deposited your payment funds $2.500,000MillionUS Dollars With Walmart international money transfers. Receive the Money with Walmart | MoneyGram service. Walmart partners with M

Re: [PATCH] staging: vt6655: Fix memory leak in vt6655_probe

2019-10-05 Thread Markus Elfring
> In vt6655_probe, if vnt_init() fails the cleanup code needs to be called > like other error handling cases. The call to device_free_info() is > added. Please improve this change description. Regards, Markus ___ devel mailing list de...@linuxdriverproj

[PATCH] staging: rtl8188eu: remove unnecessary asignment and initialization

2019-10-05 Thread Michael Straube
Variable badworden is asigned in two subsequent lines. So the first asignment is useless and not needed. Also the initialization to zero is not needed. Remove the first asignment and the initialization. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 3 +-- 1 file