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

rtw_zmalloc is internally 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_ap.c