staging: wilc1000: Remove redundant memset
commit42203fbe73f24f276a135948cfb68749737673c9
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Tue, 18 Jun 2019 18:25:07 +0000 (18 23:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:39:15 +0000 (20 14:39 +0200)
tree84ccefb6cef9ef974dc7292b6522514dd7668f24
parent8fa2081030e73ecced862c0b6a3344c059fce531
staging: wilc1000: 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/wilc1000/wilc_netdev.c