staging: rtl8192u: Use memset to initialize memory, instead of loop.
authorJohn Whitmore <johnfwhitmore@gmail.com>
Wed, 4 Jul 2018 14:20:49 +0000 (15:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2018 15:40:54 +0000 (17:40 +0200)
commit868e346c1c5c4b0dac7765b63a85f986dba15a49
tree2e0120b0edf547f6a08013d3e700b036905c789d
parentc336f8325ff03afecc51631ead0f7dfc1ac6e0c5
staging: rtl8192u: Use memset to initialize memory, instead of loop.

Replaced memory initialising loop with memset instead.

Suggested-by: Andy Shevchenko
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c