Re: [PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

2019-09-06 Thread Kalle Valo
zhong jiang wrote: > Obviously, variable 'copied' is initialized to zero. But it is not used. > hence just remove it. > > Signed-off-by: zhong jiang Patch applied to wireless-drivers-next.git, thanks. 64827a6ac049 hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

Re: [PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

2019-09-05 Thread Kalle Valo
zhong jiang writes: > On 2019/9/5 21:45, Kalle Valo wrote: >> zhong jiang writes: >> >>> Please ignore the patch. Because the hostap_proc.c is marked as >>> 'obsolete'. >> You mean marked in the MAINTAINERS file? I don't see that as a problem, >> I can (and should) still apply any patches sub

Re: [PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

2019-09-05 Thread zhong jiang
On 2019/9/5 21:45, Kalle Valo wrote: > zhong jiang writes: > >> Please ignore the patch. Because the hostap_proc.c is marked as 'obsolete'. > You mean marked in the MAINTAINERS file? I don't see that as a problem, > I can (and should) still apply any patches submitted to hostap driver. > I hit

Re: [PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

2019-09-05 Thread Kalle Valo
zhong jiang writes: > Please ignore the patch. Because the hostap_proc.c is marked as 'obsolete'. You mean marked in the MAINTAINERS file? I don't see that as a problem, I can (and should) still apply any patches submitted to hostap driver. -- https://wireless.wiki.kernel.org/en/developers/d

Re: [PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

2019-09-03 Thread zhong jiang
Please ignore the patch. Because the hostap_proc.c is marked as 'obsolete'. Thanks, zhong jiang On 2019/9/3 15:57, zhong jiang wrote: > Obviously, variable 'copied' is initialized to zero. But it is not used. > hence just remove it. > > Signed-off-by: zhong jiang > --- > drivers/net/wireless/i

[PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read

2019-09-03 Thread zhong jiang
Obviously, variable 'copied' is initialized to zero. But it is not used. hence just remove it. Signed-off-by: zhong jiang --- drivers/net/wireless/intersil/hostap/hostap_proc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/intersil/hostap/hostap_proc.