linux/drivers/staging/rtl8188eu
Himanshu Jha 2ad05de99f 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>
2017-08-29 08:24:04 +02:00
..
core staging: rtl8188eu: remove unnecessary call to memset 2017-08-29 08:24:04 +02:00
hal staging: rtl8188eu: fix indentation error 2017-05-16 13:53:23 +02:00
include staging: rtl8188eu: Move { after function to new line 2017-07-27 21:51:06 -07:00
os_dep staging: rtl8188eu: remove unnecessary call to memset 2017-08-29 08:24:04 +02:00
Kconfig staging: rtl8188eu: force driver to be built as a module 2017-04-11 15:59:33 +02:00
Makefile
TODO