Re: [PATCH] drivers:staging:rtl8723bs: Removed unneeded variables

2019-09-17 Thread ABC XYZ
On Tue, Sep 17, 2019 at 05:44:32PM +0300, Dan Carpenter wrote: > On Tue, Sep 17, 2019 at 08:01:31PM +0530, Aliasgar Surti wrote: > > From: Aliasgar Surti > > > > coccicheck reported warning for unneeded variable used. > > > > This patch removes the unneeded variables. > > > > Signed-off-by: Ali

Re: [PATCH] drivers:staging:rtl8723bs: Removed unneeded variables

2019-09-17 Thread Dan Carpenter
On Tue, Sep 17, 2019 at 08:01:31PM +0530, Aliasgar Surti wrote: > From: Aliasgar Surti > > coccicheck reported warning for unneeded variable used. > > This patch removes the unneeded variables. > > Signed-off-by: Aliasgar Surti > --- > drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 15 +

[PATCH] drivers:staging:rtl8723bs: Removed unneeded variables

2019-09-17 Thread Aliasgar Surti
From: Aliasgar Surti coccicheck reported warning for unneeded variable used. This patch removes the unneeded variables. Signed-off-by: Aliasgar Surti --- drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers