staging: rtl8192u: ieee80211: Remove redundant memset
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Tue, 18 Jun 2019 17:55:16 +0000 (23:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:39:15 +0000 (14:39 +0200)
commit1011f2b09aca841938712e92a0fdde50220b773f
treef885b8454c63a39f90222892256bd9d8fe4f26b4
parentda0721cc2620e18d325a2bd050df1c74e10b975e
staging: rtl8192u: ieee80211: Remove redundant memset

alloc_etherdev function internally calls kvzalloc . So we may not need
explicit memset after this call.

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