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

2019-09-18 Thread Dan Carpenter
On Wed, Sep 18, 2019 at 02:55:49PM +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 > --- > v2: removed unneeded functions and replaced them with NULL

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

2019-09-18 Thread Aliasgar Surti
From: Aliasgar Surti coccicheck reported warning for unneeded variable used. This patch removes the unneeded variables. Signed-off-by: Aliasgar Surti --- v2: removed unneeded functions and replaced them with NULL in function array. --- drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 54 +++--