Welcome Freе dating site fоr sех: http://www.linkbrdesk.net/url/pg32 Freе dating site fоr sех: http://www.linkbrdesk.net/url/pg32 Freе dating site fоr sех: http://www.linkbrdesk.net/url/pg32 de...@lin

2020-07-10 Thread RobotModerator
Hello Freе dating site fоr sех: http://www.linkbrdesk.net/url/pg32 Freе dating site fоr sех: http://www.linkbrdesk.net/url/pg32 Freе dating site fоr sех: http://www.linkbrdesk.net/url/pg32 de...@linuxdriverproject.org! To finish activating your account - please visit https://iszf.editorum.ru/en

Re: [PATCH] staging: rtl8723bs: core: Using comparison to true is error prone

2020-07-10 Thread Gustavo A. R. Silva
On 7/10/20 15:16, John Oldman wrote: > clear below issues reported by checkpatch.pl: > > CHECK: Using comparison to true is error prone > > Signed-off-by: John Oldman > --- > drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff

[PATCH] staging: rtl8723bs: core: Using comparison to true is error prone

2020-07-10 Thread John Oldman
clear below issues reported by checkpatch.pl: CHECK: Using comparison to true is error prone Signed-off-by: John Oldman --- drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c b/d

[PATCH] staging: rts5208: Assign array_size() to a variable

2020-07-10 Thread Gustavo A. R. Silva
Assign array_size() to variable _size_ and use it in multiple places. This issue was found with the help of Coccinelle and, audited and fixed manually. Addresses-KSPP-ID: https://github.com/KSPP/linux/issues/83 Signed-off-by: Gustavo A. R. Silva --- drivers/staging/rts5208/rtsx_chip.c | 12

Re: [PATCH] staging: android: ion: Skip sync if not mapped

2020-07-10 Thread Greg Kroah-Hartman
On Tue, Jul 07, 2020 at 08:43:30PM -0700, John Stultz wrote: > On Fri, Jul 3, 2020 at 12:03 AM Greg Kroah-Hartman > wrote: > > On Tue, Apr 21, 2020 at 10:05:44AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Apr 20, 2020 at 01:03:39PM -0700, John Stultz wrote: > > > > The dmabuf heaps have been i

[PATCH] staging: rtl8712/: Using comparison to true is error prone

2020-07-10 Thread John Oldman
clear below issues reported by checkpatch.pl: CHECK: Using comparison to true is error prone CHECK: Comparison to NULL should be written "!oldest" Signed-off-by: John Oldman --- drivers/staging/rtl8712/rtl871x_mlme.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dr

Re: [RESEND PATCH] media: atomisp: Replace trace_printk by pr_info

2020-07-10 Thread Greg Kroah-Hartman
On Fri, Jul 10, 2020 at 02:45:29PM +0800, Nicolas Boichat wrote: > trace_printk should not be used in production code, replace it > call with pr_info. > > Signed-off-by: Nicolas Boichat > --- > Sent this before as part of a series (whose 4th patch was a > change that allows to detect such trace_p