summaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorHimanshu Jha <himanshujha199640@gmail.com>2017-08-28 16:36:02 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-29 08:24:04 +0200
commit2ad05de99f3958283d25c7147be3aaa677e95c14 (patch)
tree6d3b4e8c7b04c0ba5565786869f85e6862dfc5e7 /net/lapb/lapb_subr.c
parent30207d7b640cd27a814abbc657c911121160dc10 (diff)
staging: rtl8188eu: remove unnecessary call to memset
call to memset to assign 0 value immediately after allocating memory with kzalloc is unnecesaary as kzalloc allocates the memory filled with 0 value. Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions