staging/rtl8723bs/core: Remove redundant call to memset
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Sun, 16 Jun 2019 03:27:05 +0000 (08:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 06:59:41 +0000 (08:59 +0200)
commitbd462d407bbb498b48f21f2c88a392fb52823700
tree332bd2d7079a36b220844701ea3d71dc4f32443c
parent7930f8e5892fa683a1aaf2ba83d8aedc588b409e
staging/rtl8723bs/core: Remove redundant call to memset

rtw_zmalloc is doing memset . So there is no need to call memset again.

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c