linux/drivers/staging/rtl8188eu
Adrian Remonda 4246e490b5 Staging: rtl8188eu: Removed unneeded code.
This patch removes some unneeded code.
1) kzalloc() allocates 4 extra bytes so that we can align the return
   value.  But actually the return value is already aligned so we can
   remove the + 4 and the call to N_BYTE_ALIGMENT().
2) The memset() isn't needed because kzalloc() zeroes the allocation.

Suggested-by: Larry Finger <Larry.Finger@lwfinger.net>

Signed-off-by: Adrian Remonda <adrianremonda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-08-16 12:23:23 -07:00
..
core staging: rtl8188eu: Declare Efuse_GetCurrentSize() as a static function 2014-08-16 12:23:22 -07:00
hal Staging: rtl8188eu: Removed unneeded code. 2014-08-16 12:23:23 -07:00
include staging: rtl8188eu: Declare Efuse_GetCurrentSize() as a static function 2014-08-16 12:23:22 -07:00
os_dep staging: rtl8188eu: Cleanup firmware initialization code 2014-08-16 12:23:20 -07:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_RegConfig8188E.[h, c] files 2014-08-16 12:23:21 -07:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00