]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: rtl8192e: rtllib_module: Remove redundant memset
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Tue, 18 Jun 2019 18:04:31 +0000 (23:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:39:15 +0000 (14:39 +0200)
commitda0721cc2620e18d325a2bd050df1c74e10b975e
treeb447e7b1ca44cae91b85ebddec2d9c3735d78822
parent42203fbe73f24f276a135948cfb68749737673c9
staging: rtl8192e: rtllib_module: 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/rtl8192e/rtllib_module.c